show_attend_and_tell.tensorflow
show_attend_and_tell.tensorflow copied to clipboard
Hi, i find there need pretrained model in model_tensorflow.py, but i am not sure what does this means. Could anyone tell me what is this? Thanks!
Hello, Thanks for the great project, I try to reproduce the result, but when I run the make_flickr_dataset file. I encounter a ValueError when save the feature: around 30G requested...
I want to also generate attend.jpg for my input image. How to do ?
1) I downloaded the VGG_19 model from here: https://github.com/jcjohnson/neural-style/issues/202 2) Changed vgg_model and vgg_deploy path in make_flickr_dataset.py 3) Run make_flickr_dataset.py, it stucks at cnn = CNN(model=vgg_model, deploy=vgg_deploy, width=224, height=224) Any...
lstm 관련
안녕하세요. 사소한 것이기는 하지만 lstm 부분에서 혹시 123줄에 h = o \* tf.nn.tanh(new_c)가 아니라 h = o \* tf.nn.tanh(c) 여야 하지 않나 해서 이슈를 남겨봅니다. 그리고 이건 제가 이해를 제대로...
in the function of build_model, I saw a lots of weight mtarix, for example `image_att_W, hidden_att_W, att_W, image_encode_W` and so on, I don't know why. in my opion, the lstm...
envy@ub1404:/media/envy/data1t/os_prj/github/show_attend_and_tell.tensorflow$ ll flickr30k total 222645 drwx------ 1 envy envy 0 3月 12 22:32 ./ drwx------ 1 envy envy 4096 3月 12 23:02 ../ -rw------- 1 envy envy 38318553 11月 25...
Do you have quantitative results on flickr30k? BLEU, METEOR etc.
make flickr dataset을 돌렸는데 ignoring ~~ 여러줄 뜨고나서 터미널이 멈춘 상태에요 feats 추출이 더 이상 진행되지 않는데 어떻게 해야하나요?