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

Message type "tensorflow.MetaGraphDef" has no field named "version".. #30

Closed linjingxu closed 4 years ago

linjingxu commented 4 years ago

It reported errors when I run the test_videocap.py code. Please help me. IOError: Cannot parse file S2VT_Dyn_10_0.0001_300_46000.ckpt.meta: 1:1 : Message type "tensorflow.MetaGraphDef" has no field named "version"..

markMichail commented 3 years ago

how did you solve this error