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
Hello, could U please tell me where do u have the definition for load in the model.py
as I am getting an error while testing the code.
File "model.py", line 235, in
gan.test(opt)
File "model.py", line 200, in test
if self.load(opt.checkpoint_dir):
AttributeError: 'cyclegan' object has no attribute 'load'
Any help would be appreciated
The text was updated successfully, but these errors were encountered:
Hello, could U please tell me where do u have the definition for load in the model.py
as I am getting an error while testing the code.
File "model.py", line 235, in
gan.test(opt)
File "model.py", line 200, in test
if self.load(opt.checkpoint_dir):
AttributeError: 'cyclegan' object has no attribute 'load'
Any help would be appreciated
The text was updated successfully, but these errors were encountered: