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
This is a problem because of the python enviroment you are using. Change the target directory to the exact location instead of a relative path as in the example. For example: "YOUR_PATH_TO_MODELS_FOLDER/models/weights-improvement-{epoch:02d}-{val_acc:2f}.hdf5"
#14
Open
NickRusso-os opened this issue
Oct 22, 2020
· 3 comments
This is a problem because of the python enviroment you are using. Change the target directory to the exact location instead of a relative path as in the example. For example: "YOUR_PATH_TO_MODELS_FOLDER/models/weights-improvement-{epoch:02d}-{val_acc:2f}.hdf5"
Just go the the folder and check for properties by right clicking and copy the path you see over there to this line.
same issue, no clue how to solve it. i printed the format string, and it just says"../models/weights-improvement-{epoch:02d}-{val_acc:.2f}.hdf5" so it doesn't format the string properly
This is a problem because of the python enviroment you are using. Change the target directory to the exact location instead of a relative path as in the example. For example: "YOUR_PATH_TO_MODELS_FOLDER/models/weights-improvement-{epoch:02d}-{val_acc:2f}.hdf5"
Just go the the folder and check for properties by right clicking and copy the path you see over there to this line.
Originally posted by @cderinbogaz in #11 (comment)
Hello, I added my directory as you specified and still receive the same error
The text was updated successfully, but these errors were encountered: