dcgan-completion.tensorflow icon indicating copy to clipboard operation
dcgan-completion.tensorflow copied to clipboard

Getting "in complete assert(isLoaded) AssertionError" when running complete.py on my own checkpoints directory

Open fabrahman opened this issue 7 years ago • 1 comments

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

fabrahman avatar Feb 22 '18 19:02 fabrahman

i have the same problem, I wonder if you have solved this?

tedqin avatar Mar 29 '18 04:03 tedqin