Zhiming Ma

Results 2 issues of Zhiming Ma

Codes in https://github.com/taoxugit/AttnGAN/blob/0d000e652b407e976cb88fab299e8566f3de8a37/code/datasets.py#L305 should be changed to `sent_ix = random.randint(0, self.embeddings_num - 1)` since `sent_ix` could be 10 when you invoke `random.randint(0, 10)`, that is 1/11 probability loading wrong caption.

Could you share the performance of your model on your test split(10,000 images for test)? I used your train-val-test split on which I evaluated my own model, and I wanna...