You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
I've trained a model on a custom dataset and exported it with python3 -m tools.export d23a69c5
I get a warning: WARNING:__main__:Model d23a69c5 has less epoch than expected (0 / 10)
It's strange, as I know for sure the training finished successfully and I have 10 epoch in my log file:
I've trained a model on a custom dataset and exported it with
python3 -m tools.export d23a69c5
I get a warning:
WARNING:__main__:Model d23a69c5 has less epoch than expected (0 / 10)
It's strange, as I know for sure the training finished successfully and I have 10 epoch in my log file:
My question is how do I fix it? Thanks.
The text was updated successfully, but these errors were encountered: