Open Mengmengbai opened 5 years ago
Thanks for your questions. We can restore all the parameters from the .data file. When you test the pretrained model, you'd better assign the pretrained model's path like "..\celeba\paris\paris.ckpt-1862". Hope it will help.
@vickyFox Thank you. But I find that there is a mistake about places2 pretrained model. The name of .index file is place2.index, however the .data file name is places2.data. I change the name, then it work.
Thanks for your reminder. I will correct it.
Good job. I have a question. When I test the pretrained mode, there are some problems which were as follows.
I think the checkpoint model of tensorflow should include 4 files, which are checkpoint, .index, .meta and .data. Please check it. Thank you.