DeepMultiCap icon indicating copy to clipboard operation
DeepMultiCap copied to clipboard

AttributeError: 'Namespace' object has no attribute 'schedule'

Open yzl140 opened this issue 2 years ago • 0 comments

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'

yzl140 avatar Dec 15 '23 05:12 yzl140