wangtianlong1994

Results 3 comments of wangtianlong1994

> 嗨,我遇到了同样的问题,你解决了这个问题吗 train.py --gpu Set up None

> 您好,我遇到了同样的错误,我解决它通过更换 > “model.module.is_training =真” > 到 > “model.is_training =真” Thank you. This can solve this problem and specify the Gpu training

> 我需要进一步研究这一点,因为前向传递中有更深层的问题。对于您的特定错误,您可以替换: > > ```python > int(mdef [ “ from” ]) > ``` > > 与: > > ```python > int(mdef [ “ from” ] [ 0 ]) > ```...