yunjey / pytorch-tutorial

PyTorch Tutorial for Deep Learning Researchers
MIT License
29.79k stars 8.03k forks source link

'models/encoder-2-1000.ckpt' file not found #155

Closed anjalinagel12 closed 5 years ago

anjalinagel12 commented 5 years ago

No such file or directory: 'models/encoder-2-1000.ckpt'

I downloaded the pretrained model to use. But I don't have the models/encoder-2 1000.ckpt' file. What I have from the model.zip are just "decoder-5 3000.pkl" and "encoder-5 3000.pkl".

yunjey commented 5 years ago

You can change the configuration here (from2-1000.ckpt to 5-3000.pkl)

anjalinagel12 commented 5 years ago

Thanks, it worked. :)