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
I have trained the model and saved the .index, .meta and .data file in a different directory. However; when running complete.py I am getting this error:
File "/home/hannahbrahman/ADV ML CMPS 290/GANS/dcgan-completion.tensorflow/model.py", line 262, in complete
assert(isLoaded)
AssertionError
Although on the cloned 'checkpoints' directory it is working fine.
Did anyone have this problem before? I would appreciate any help.
by the way this is the command I used: ./complete.py ./data/selection/* --outDir outputImages --checkpointDir mycheckpoints
The text was updated successfully, but these errors were encountered:
Hello Guys,
I have trained the model and saved the .index, .meta and .data file in a different directory. However; when running complete.py I am getting this error:
File "/home/hannahbrahman/ADV ML CMPS 290/GANS/dcgan-completion.tensorflow/model.py", line 262, in complete
assert(isLoaded)
AssertionError
Although on the cloned 'checkpoints' directory it is working fine.
Did anyone have this problem before? I would appreciate any help.
by the way this is the command I used: ./complete.py ./data/selection/* --outDir outputImages --checkpointDir mycheckpoints
The text was updated successfully, but these errors were encountered: