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
At which point in time is a .tf file created? I am assuming the train.py must be creating the file after training for the specified epoch count with the parameters -- mode fit and -- transfer none. But it doesn't. It just creates checkpoints. Am i missing something? Regards!
The text was updated successfully, but these errors were encountered:
Depends on you training mode but .tf file is generated after each epoch. What kind of output are you getting in the console? also what dataset are you using?
At which point in time is a .tf file created? I am assuming the train.py must be creating the file after training for the specified epoch count with the parameters -- mode fit and -- transfer none. But it doesn't. It just creates checkpoints. Am i missing something? Regards!
The text was updated successfully, but these errors were encountered: