show-attend-and-tell:“显示,出席和讲述”的TensorFlow实现

时间:2024-02-27 01:10:23
【文件属性】:

文件名称:show-attend-and-tell:“显示,出席和讲述”的TensorFlow实现

文件大小:14.77MB

文件格式:ZIP

更新时间:2024-02-27 01:10:23

tensorflow image-captioning show-attend-and-tell attention-mechanism mscoco-image-dataset

显示,出席和讲述 更新(2016年12月2日)的TensorFlow实现其中引入了基于注意力的图像字幕生成器。 在生成每个单词时,模型将注意力转移到图像的相关部分。 参考文献 作者的theano代码: : 另一个tensorflow实现: : 入门 先决条件 首先,将此和克隆到同一目录中。 $ git clone https://github.com/yunjey/show-attend-and-tell-tensorflow.git $ git clone https://github.com/tylin/coco-caption.git 这段代码是用Python2.7编写的,


【文件预览】:
show-attend-and-tell-master
----core()
--------utils.py(3KB)
--------bleu.py(2KB)
--------__init__.py(0B)
--------solver.py(12KB)
--------model.py(10KB)
--------vggnet.py(2KB)
----data()
--------train()
--------test()
--------val()
----train.py(1KB)
----resize.py(1KB)
----jpg()
--------test.jpg(253KB)
--------train.jpg(379KB)
--------train2.jpg(187KB)
--------val2.jpg(389KB)
--------loss.jpg(40KB)
--------attention_w_att.jpg(34KB)
--------tensorboard_vis.jpg(69KB)
--------attention_over_time.jpg(284KB)
--------val.jpg(358KB)
--------attention_w.jpg(37KB)
--------attention_b.jpg(44KB)
--------model.jpg(87KB)
--------test2.jpg(378KB)
----LICENSE(1KB)
----requirements.txt(52B)
----prepro.py(8KB)
----README.md(3KB)
----evaluate_model.ipynb(5.04MB)
----download.sh(492B)

网友评论