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

Remove pretrainedmodel classes #58

Open avantikalal opened 1 month ago

avantikalal commented 1 month ago

EnformerPretrainedModel and BorzoiPretrainedModel classes should be removed - users can instead download these models from the zoo and use tune_on_dataset.

Will require a fix for backward compatibility with older models.