-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Wandb Support #550
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
Wandb Support #550
Conversation
@rwightman I've added Wandb support to A simple use case to now also use wandb would be to add the Something like: This helps track train and eval metrics and system usage. Keen to hear your thoughts. |
@amaarora thanks for PR, this will be useful for some but I'd prefer not to add a hard dependency for it. Can you make it optional in the same manner I've done for some other packages, huggingface_hub is most recent example. Is it valid to have a project name as None? If you always need a project name then one arg |
Thanks Ross, valid point. I've put
Yes. It's possible to have project name as None. I've actually made it default to Also, I've put |
Hey @rwightman - any update on this PR please? :) |
Wandb Support
Use WANDB to track top-1, top-5 accuracy, validation loss, train loss..