yunjey / show-attend-and-tell

TensorFlow Implementation of "Show, Attend and Tell"
MIT License
908 stars 323 forks source link

Is the data file missing? #1

Closed CanyonWind closed 8 years ago

CanyonWind commented 8 years ago

Could you please provide the "data" file via Google drive or any other place where we can download it...

And What's the model you used to train these features?

Thanks.

yunjey commented 8 years ago

Thanks for giving an attention. I am going to provide the data generation code as soon as possible. The model i used to extract feature vectors is imagenet-vgg-verydeep-19 which can be downloaded from http://www.vlfeat.org/matconvnet/pretrained/

yunjey commented 7 years ago

Now, i updated data genration and preprocessing code.