show-attend-and-tell
show-attend-and-tell copied to clipboard
the download.sh script error:
unzip captions_train-val2014.zip -d data/
should be:
unzip ./data/captions_train-val2014.zip -d data/
not big deal, anyway
Thanks. Could you modify the script code and give a pull request?