rohit-gupta / Video2Language

Generating video descriptions using deep learning in Keras
25 stars 16 forks source link

Dimension Error #10

Open roycedry opened 5 years ago

roycedry commented 5 years ago

Running Command: bash process-youtube-video.sh

raise ValueError(str(e)) ValueError: Dimension 0 in both shapes must be equal, but are 2617 and 2718. Shapes are [2617,256] and [2718,256]. for 'Assign_18' (op: 'Assign') with input shapes: [2617,256], [2718,256].

And, how can I use the pre-trained model to do the evaluation on all the videos? I would like to get the description results of video captioning. Thx.

rohit-gupta commented 5 years ago

What video are you running it on ? This shouldn't happen

roycedry commented 5 years ago

Hi, could you upload your captioning result? think my laptop is unable to run the whole program successfully...thx