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

handle compressed h5 files #21

Closed
vagarwal87 opened this issue Jun 3, 2016 · 1 comment
Closed

handle compressed h5 files #21

vagarwal87 opened this issue Jun 3, 2016 · 1 comment

Comments

@vagarwal87
Copy link

Not sure how difficult this is (or if it's already possible), but it would be a nice if Basset could handle compressed h5 files for training, prediction, etc. I tried de-compressing on the fly and passing the input to basset_train.lua, but it didn't work. Would be a handy feature if it were possible, as some of the h5 files take up a large amount of disk space.

@davek44
Copy link
Owner

davek44 commented Jun 8, 2016

Yea I agree the size of those files is concerning as the available data will continue to grow. It looks like h5py can handle compressed HDF5, but the Torch interface might require some work. Check it out here and see what you think https://github.com/deepmind/torch-hdf5. I'm moving towards TensorFlow for future work, so I'm unlikely to optimize Torch aspects of the code anymore.

@davek44 davek44 closed this as completed Oct 3, 2018
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