资源算法Neural Caption Generator

Neural Caption Generator

2019-09-09 | |  117 |   0 |   0

Neural Caption Generator with Attention

  • Tensorflow implementation of "Show, attend and Tell" http://arxiv.org/abs/1502.03044

  • Borrowed most of the idea from the author's source code https://github.com/kelvinxu/arctic-captions

Code

  • make_flickr_dataset.py: Extracts conv5_3 layer activations of VGG Network for flickr30k images, and save them in 'data/feats.npy'

  • model_tensorflow.py: Main codes

Usage

  • Download flickr30k Dataset.

  • Extract VGG conv5_3 features using make_flickr_dataset.py

  • Train: run train() in model_tensorflow.py

  • Test: run test() in model_tensorflow.py

attend.jpg

上一篇:android-yolo

下一篇:DCSCN Super Resolution

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...