-
Notifications
You must be signed in to change notification settings - Fork 118
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
Model cannot be saved #91
Comments
Hi @miranska ! from hypernets.utils import fs
print(f"workdir: {fs.remote_root_}") In my OS (centos 7.9), it's For the warning below:
It does not prevent model persistence, if you want to eliminate this warning, just downgrade For further infomation of model persistence, you can refer to this example: |
@oaksharks, great thank you! So in order to persist a model in my own directory, I should first save it to |
You can do that |
Thank you! |
System information
pip list
):Describe the current behavior
I run sample classification code from the documentation:
During execution, I see the following message in the logs:
Describe the expected behavior
I do not see any output in the
dt_output
subdirectory where my source file was located. Furthermore, I couldn't findlinear+dnn_nets.h5
anywhere on the hard drive.Standalone code to reproduce the issue
The text was updated successfully, but these errors were encountered: