show-attend-and-tell icon indicating copy to clipboard operation
show-attend-and-tell copied to clipboard

TensorFlow Implementation of "Show, Attend and Tell"

Results 58 show-attend-and-tell issues
Sort by recently updated
recently updated
newest added

Error which I get when I run evaluate.ipynb code is, there is no "./data/val/val.features.hkl" file available. > Provided argument 'file_obj' does not appear to be a valid hickle file! (Unable...

while working on this project I had experienced an IOError even after executing the prepro.py before train.py. Here's a google collaborator link of the project https://colab.research.google.com/drive/1Zi_KsAmDp9UjB1I-qkWFry91IHwv7R_y?usp=sharing

What are alphas in the code?

When computing the value of doubly stochastic loss, why do you use the fraction 16/196? Shouldn't it be 1 going by the paper?

excuse me , i get the model by using the code , but i can not get the score in the paper,can you tell me the reason

Could you share a pretrained model checkpoint that can be directly used for generation/evaluation?

Can this model be tested without training? Like giving an image and receive a describing statement as output. If so, what is the procedure to test the model. It would...

Excuse me. When I try to run train.py i get the InvalidArgumentError ---------------------------------------------------------------------------------------------------------- InvalidArgumentError: 2 root error(s) found. (0) Invalid argument: Nan in summary histogram for: attention_layer/w_1 [[{{node attention_layer/w_1}}]] (1)...

When I train the system I got the following error. I am using single GPU. How I can solve this problem...? Traceback (most recent call last): File "/home/kunolab/Matiqul/Show-Attend-Tell/train.py", line 29,...

This process requires way too large RAM to implement. Could you please show or upload the code to split the preprocessing in prepro?