Justin-Tan / generative-compression

TensorFlow Implementation of Generative Adversarial Networks for Extreme Learned Image Compression
MIT License
517 stars 105 forks source link

Find no checkpoint in Noise sampling model #19

Closed chhss17 closed 6 years ago

chhss17 commented 6 years ago

I have download the Noise sampling model, but I can't find checkpoint in this zip file. Is this my fault?

Justin-Tan commented 6 years ago

Just launch your own training session, and save your own checkpoint. (You can Ctrl-C after the setup), this should create a file called 'checkpoint'. Move this to the same directory as the checkpoint you downloaded and it should work.