AttnGAN icon indicating copy to clipboard operation
AttnGAN copied to clipboard

FileNotFoundError: [Errno 2] No such file or directory: '../DAMSMencoders/coco/image_encoder100.pth'

Open Xupeng-Wang opened this issue 6 years ago • 2 comments

When I run this code, I meet this error.

Xupeng-Wang avatar Aug 30 '18 08:08 Xupeng-Wang

You need to download the pre-trained model DAMSM for coco. Download, Extract and save the model files in the folder DAMSMencoders/.

nitish11 avatar Sep 12 '18 06:09 nitish11

You need to download the pre-trained model DAMSM for coco. Download, Extract and save the model files in the folder DAMSMencoders/.

Or if you have trained your own encoder, change the configuration file to point to your output directory

shaivaldalal avatar Dec 04 '18 14:12 shaivaldalal