Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 342 Bytes

File metadata and controls

2 lines (2 loc) · 342 Bytes

Neural-Visual-Image-Caption-Generation-using-RNNs-and-LSTMs

This repository contains code for Visual Image Caption Generation using CNN Encoders and LSTM based decoder using PyTorch. The code is implementation of paper "Show and Tell: A Neural Image Caption Generator". The original paper can be found here: https://arxiv.org/abs/1411.4555