-
Notifications
You must be signed in to change notification settings - Fork 572
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
best_model.hdf5 #26
Comments
Yes, it uses model checkpoint. |
Its only generating last_model.hdf5 and model_init.hdf5 and I am getting error for (FileNotError) best_model.hdf5 |
This means that your code was not executed successfully. |
python=3.6.8 getting this error
|
This means that the model was not saved, maybe recheck the paths. |
With TF2.0 I am getting this
|
I think it may be write permissions for the target directory, not quite sure though. |
@hfawaz @shahmustafa I'm experiencing the same issue. Here is my env: The error seems to suggest out of memory problem when the code is trying to save intermediate result in HDF, here are some clues: h5py/h5py#1176 In my case, the problem only arise when I started using slightly larger training data (30KB vs 1.8MB). Of course, 30kb wouldn't cause such a problem. |
Here you're error log
@hfawaz Could you give us the specific version of all dependencies that works for you during publication? |
Has anyone been able to fix this problem? |
Does it generate the best_model? or how is it going to work?
OSError: Unable to open file (unable to open file: name = '/data1/prjs/code/ABTS/dl_4_tsc//results/fcn/UCRArchive_2018_itr_8/Coffee/best_model.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
The text was updated successfully, but these errors were encountered: