dcgan-completion.tensorflow
dcgan-completion.tensorflow copied to clipboard
Getting "in complete assert(isLoaded) AssertionError" when running complete.py on my own checkpoints directory
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
i have the same problem, I wonder if you have solved this?