-
Notifications
You must be signed in to change notification settings - Fork 45.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Train Movinet on tfrecord #10743
Comments
I can provide the whole google colab notebook |
I'm looking forward ANY useful information |
Hi @KornilovaK, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you. |
Thanks for your response.
|
or maybe I misunderstood you |
I'm trying to train movinet model based on my tfrecord (2 classes of videos, 100 each, with the shape 256*256 and 12 fps)
Firstly, I followed the official tutorial to fine-tune
It results the error
Then my attempt was to use tf hub and its implementation on a3 stream model and compiling and fitting from this article
It gives me
I'm really confused. I don't see any solutions and every time I get the new error. How to solve this?
The text was updated successfully, but these errors were encountered: