-
Notifications
You must be signed in to change notification settings - Fork 494
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
Issue in saving Keras model into DBFS folder #220
Comments
@nareshr8 - I apologize, I thought this worked with |
@danzafar Thanks for letting know.. |
Hey, Do we have anything on this. Looks like its still not resolved, I am also facing the same issue. |
a little hack that I found here : https://stackoverflow.com/questions/67017306/unable-to-save-keras-model-in-databricks save locally in then copy the model to DBFS copy file from DBFS and load it
|
Hi team,
I am using Azure Databricks and doing some pipelining using spark and model using keras and tensorflow. Recently I had to update my cluster from 5.4 to 6.2. The model failed to save since then. It fails with an error message "Operation not supported".
I reported the same to h5py team here. @danzafar was kind enough to respond suggesting to try to save in tmp directly instead of dbfs location. It worked.
He also suggested that It should work if I use
tf.Keras
model. I am actually using the same. Actually, If I just use h5py directly and try to save some data in DBFS location, still its failing.Can someone help us out.
The text was updated successfully, but these errors were encountered: