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"
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