Skip to content
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

Trained model is saved to '/tmp/workdir' #75

Open
zrcahyx opened this issue Feb 23, 2022 · 1 comment
Open

Trained model is saved to '/tmp/workdir' #75

zrcahyx opened this issue Feb 23, 2022 · 1 comment

Comments

@zrcahyx
Copy link

zrcahyx commented Feb 23, 2022

After training my deeptable model,i used dt.save('mypath') to store it. However, the model was not saved to the path i set. Instead, it was saved to /tmp/workdir/mypath. That's quite strange. Can anyone tell me the reason?

@lixfz
Copy link
Collaborator

lixfz commented Jan 10, 2023

DeepTables reuse Hypernets filesystem utility to store intermediate data (model files, cache data, etc.) in the work_dir, which is a subdirectory under the system temporary directory by default.

To customize work_dir location, see customize_storage (from HyperGBM) as a reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants