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

Is there a better way to save models #189

Open
kylinmb opened this issue Aug 15, 2020 · 1 comment
Open

Is there a better way to save models #189

kylinmb opened this issue Aug 15, 2020 · 1 comment

Comments

@kylinmb
Copy link
Contributor

kylinmb commented Aug 15, 2020

PCA models for a single field for meshes are really large (8+ gb) it may be difficult for a user to have multiple of these models on their system in the current storage format. Is there some other way to save the models that doesn't take so much storage?

@cchriste
Copy link
Contributor

Models can now be read/written in binary, so they're a fraction of the size of the csv text files and 5-10x faster to load.

These files could be compressed to be even smaller on disk using Python zipfile or gzip.
Then we can read them using zlib or libzip.

The models we currently provide are available as zip files that can be downloaded locally from /usr/sci/data/dSpaceX (soon to be moved to /usr/sci/projects/dSpaceX/data).

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