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
I've run the training code, but I get very bad results, so I always encounter the following problems.
Traceback (most recent call last):
File "train.py", line 301, in
writer.add_scalar('Train/IOU', iou(torch.cat((1-all_E, all_E), dim=1), all_M), i + epoch * iters_per_epoch)
File "/_guifangzhang/vos/RGMP/utils.py", line 93, in iou
return i / u
ZeroDivisionError: float division by zero
why do not you use bptt_hsm in train.py? what is the meaning of ntokens in line 134 of train.py? looking forward your replay!Thank you very much
The text was updated successfully, but these errors were encountered: