Video2Description icon indicating copy to clipboard operation
Video2Description copied to clipboard

Problems with training

Open MalatestaDavide opened this issue 2 years ago • 2 comments

After downloading the videos we use the command "! Python -m backend.parser train --model / models" to train. The 1/5000 epoch starts giving us all the IDs of the videos on which to train but then it does not continue and goes in loop. I am attaching a photo to better clarify the doubt.

MicrosoftTeams-image

MalatestaDavide avatar Sep 12 '22 10:09 MalatestaDavide

epoch starts giving us all the IDs of the videos on which to train but then it does not continue and goes in loop

@MalatestaDavide What you mean by "does not continue" / "goes in loop"? Does the program feel stuck after Epoch 1/1000 (and for how long) or what section is stuck in loop?

Can you please elaborate on what's happening a bit more? Possibly sharing the full log dump.

scopeInfinity avatar Sep 26 '22 00:09 scopeInfinity

Basically, we tried to execute the network on Google Colab. However, when we try to execute the command "!python -m backend.parser train --model /models" the program feels stuck after epoch 1/5000. We let the program run for 6 hours but the training doesn't go on.

The only thing we changed on the code was the downloadVideo function on the videohandler.py file, because the website used for downloading videos from youtube was obsolete.

MicrosoftTeams-image

rete 2

MalatestaDavide avatar Sep 26 '22 08:09 MalatestaDavide