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
221 stars 23 forks source link

added host and docstrings to resources module #13

Closed avantikalal closed 3 months ago

avantikalal commented 3 months ago

Addresses #16

gokceneraslan commented 3 months ago

LGTM. One small fix we can fold into this is to add anonymous="allow" to wandb.login by default, which gave us some trouble in the colab notebook. I think the default is anonymous='never', so wandb forces the users to login. With anonymous='allow' it checks if the user is already logged in, and if not it creates an anonymous credential and moves on.