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
when I run train.sh ,there is a problem,can you tell me how to solve it
Traceback (most recent call last):
File "apps/train_dmc.py", line 162, in
train(opt)
File "apps/train_dmc.py", line 153, in train
lr = adjust_learning_rate(optimizerG, epoch, lr, opt.schedule, opt.gamma)
AttributeError: 'Namespace' object has no attribute 'schedule'
The text was updated successfully, but these errors were encountered:
when I run train.sh ,there is a problem,can you tell me how to solve it
Traceback (most recent call last):
File "apps/train_dmc.py", line 162, in
train(opt)
File "apps/train_dmc.py", line 153, in train
lr = adjust_learning_rate(optimizerG, epoch, lr, opt.schedule, opt.gamma)
AttributeError: 'Namespace' object has no attribute 'schedule'
The text was updated successfully, but these errors were encountered: