You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps you can try to change "result_dict = net(inputs, gt, prefix="val")" in train.py file to "result_dict = net.module.forward(inputs, gt, prefix="val")"
我在训练结束的时候,进入 eval() 函数进行测试的时候, 出现了以下问题
下面是训练过程的详细信息:
我用四块显卡训练的,我看网上说这个问题是多显卡学习的时候的问题,但是找了好久没找到正确的解决方法。
The text was updated successfully, but these errors were encountered: