He Huang

Results 5 comments of He Huang

The build_vocab.py file did't produce any error when I ran it on my machine. Could you please elaborate how you got the error so that I may reproduce it and...

What script were you trying to run? If you are using default configurations, the image path should be like "./data/train2014/COCOxxxxxxxx.jpg". COCO_val2014_000000345411.jpg should be in the "./data/val2014" folder As for your...

1. My code is not yet compatible with the Karpathy split, so the code only works with default COCO train and val split, but I will add the compatibility later....

Yes they share the same LSTM so the weights are also shared. But as you have mentioned, h and c of lstm will change as the input changes, thus the...

Hi, Thanks for reminding me. Sorry that I haven't implemented the regularization as I was only trying to compare different attention mechanisms. But I will keep improving the code to...