run-youngjoo/SC-FEGAN

Google drive model is missing checkpoint file

GeorgeLekala opened this issue · 1 comments

Not sure if this was supposed to be straightfoward but it took me a while to figure out that you need a checkpoint file that references models listed in google drive to run demo.py

I had to create a checkpoint file with the following properties
model_checkpoint_path: "SC-FEGAN.ckpt"
all_model_checkpoint_paths: "SC-FEGAN.ckpt"

Running this on MacOS version 10.14.3

have you sloved the problem? there is no checkpoint file ..