Closed avantikalal closed 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.
host
as an optional argument to all model zoo related functions ingrelu.resources
so that users can choose which model zoo to load models from.grelu.resources
functions.Addresses #16