-
Notifications
You must be signed in to change notification settings - Fork 903
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
End of sequence #138
Comments
Also the same problem when using conda (which has tensorflow-gpu==2.1.0rc1), maybe this has something to do with not much GPU memory? |
ok,
Seems to work, so I'm happy with that |
@paapu88 Hi, how did you solve the problem?? |
It crashes every now and then. I restart from lowest validation loss. |
and: to read old weights one must add to train.py yolov3-tf2/train.py has been edited to:
I restart with |
My first contact with the target detection, according to your method successfully solved this problem. But when is the end of the training |
I just let it run and take the weights with the lowest validation error. This is not the most elegant solution, but did work for me. |
When following https://github.com/zzh8829/yolov3-tf2/blob/master/docs/training_voc.md
after
I get:
This problem is discussed here:
tensorflow/tensorflow#31509
Any suggestions: I have tried tensorflow-gpu==2.0.0 and
pip3 install --user tensorflow-gpu==2.1.0rc1
The text was updated successfully, but these errors were encountered: