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
Traceback (most recent call last):
File "training/train.py", line 140, in <module>
visdom = visdom.Visdom(env=opt.training_id, port=8888)
TypeError: __init__() got an unexpected keyword argument 'env'
and I delete env=opt.training_id, then i re-run this code.
And Second bug is
Traceback (most recent call last):
File "training/train.py", line 209, in <module>
color = [[125,125,125]]*(batch.size(1))
NameError: name 'batch' is not defined
The text was updated successfully, but these errors were encountered:
First bug is
and I delete
env=opt.training_id
, then i re-run this code.And Second bug is
The text was updated successfully, but these errors were encountered: