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 "train.py", line 39, in
model.optimize_parameters(opt)
TypeError: optimize_parameters() takes 1 positional argument but 2 were given
The text was updated successfully, but these errors were encountered:
!python train.py --dataroot ./datasets --model pix2pix --dataset_mode aligned --which_model_netG resnet_9blocks --which_direction AtoB --super_epoch 50 --super_epoch_start 0 --super_mode aligned --super_start 1 --name mygan_70 --no_dropout
Traceback (most recent call last):
File "train.py", line 39, in
model.optimize_parameters(opt)
TypeError: optimize_parameters() takes 1 positional argument but 2 were given
The text was updated successfully, but these errors were encountered: