Shaival Dalal
Shaival Dalal
Have you made modifications to ensure that your code runs on Python 3.7? The current repo has code compatible for Python 2.7
The author has included data necessary for COCO in the README file. (Data -> Point 1 -> coco) Here's the original [link](https://drive.google.com/open?id=1rSnbIGNDGZeHlsUlLdahj0RJ9oo6lgH9). You can unzip to find the `captions.pickle` file
FileNotFoundError: [Errno 2] No such file or directory: '../DAMSMencoders/coco/image_encoder100.pth'
> You need to download the [pre-trained model DAMSM for coco](https://drive.google.com/open?id=1zIrXCE9F6yfbEJIbNP5-YrEe2pZcPSGJ). Download, Extract and save the model files in the folder DAMSMencoders/. Or if you have trained your own encoder,...
Set up the data folder to contain four things: 1. 'train' folder. This contains 'filenames.pickle' for the training files 2. 'test' folder. This should contain 'filenames.pickle' for the test files...
> Sorry! But I am confused. I tried following the above suggestions, but I am still getting assertion error. Can someone post the directory structure required starting with ./AttGAN-master/. I...
If you don't pass a GPU parameter while calling pretrain_DAMSM or main.py, it should default to CPU. Refer to #23 to fix trainer.py