We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For bugs and unexpected issues, please provide the following information, so that we could reproduce them on our system.
Operating System: AWS Sagemaker
RGF/FastRGF/rgf_python version: 3.12.0
Python version (for rgf_python errors): 3.10
'FileNotFoundError: [Errno 2] No such file or directory: '/tmp/rgf/89048532-39fd-451c-a018-6b7df2790bd14.model-03'
joblib.dump(RGF_model, 'rgf_model.joblib')
then on a new notebook instance, I tried to run the following line and got an error RGF_model = joblib.load('rgf_model.joblib')
The text was updated successfully, but these errors were encountered:
As a workaround for the above error, manually create the '/tmp/rgf/' directory.
Sorry, something went wrong.
No branches or pull requests
For bugs and unexpected issues, please provide the following information, so that we could reproduce them on our system.
Environment Info
Operating System: AWS Sagemaker
RGF/FastRGF/rgf_python version: 3.12.0
Python version (for rgf_python errors): 3.10
Error Message
'FileNotFoundError: [Errno 2] No such file or directory: '/tmp/rgf/89048532-39fd-451c-a018-6b7df2790bd14.model-03'
Reproducible Example
joblib.dump(RGF_model, 'rgf_model.joblib')
then on a new notebook instance, I tried to run the following line and got an error
RGF_model = joblib.load('rgf_model.joblib')
The text was updated successfully, but these errors were encountered: