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
OSError: SavedModel file does not exist at: {myFolde}/InceptionTime/results/inception/TSC/Coffee/best_model.hdf5/{saved_model.pbtxt|saved_model.pb}
#38
Open
Diogodhs opened this issue
Mar 21, 2021
· 3 comments
This is an issue of OS because as you can see in this line here that the author used the + operation to join paths, which lead to create an empty space when saving the model TSC/ Coffee and loading with TSC/Coffee, so to fix that the os.path.join function in python should be used instead.
I think this might be the source of the problem, if you could try it and let me know it would be great.
Hello. I have a problem to run
python3 main.py InceptionTime
My configuration:
I follow the instruction to the basic running, however I found the following Error:
Looks like it's not saving the model to load later.
The text was updated successfully, but these errors were encountered: