Genentech / gReLU

gReLU is a python library to train, interpret, and apply deep learning models to DNA sequences.
https://genentech.github.io/gReLU/
MIT License
228 stars 23 forks source link

Add bigwig hdf5-backed dataset #41

Open mtvector opened 3 months ago

mtvector commented 3 months ago

It works with some basic testing, however it is rather slow to write and to load (~5x slower), even when chunking at your batch size.

Great package