vijayvee / video-captioning

This repository contains the code for a video captioning system inspired by Sequence to Sequence -- Video to Text. This system takes as input a video and generates a caption in English describing the video.
MIT License
165 stars 66 forks source link

architecture and memory of GPU used for training #20

Closed rishabh2301 closed 5 years ago

rishabh2301 commented 5 years ago

Hi, I am using your code of S2VT to train my own dataset, I wanted to ask what architecture of GPU did you use for training? and also if you remember how much time it took you to train. Thank you very much.