-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Small changes when integrating into H4 #216
Conversation
Closes ##215 if correct on point 1 @younesbelkada ! |
The documentation is not available anymore as the PR was closed or merged. |
I tested the logging change with my code in H4 #https://github.com/huggingface/h4/pull/73, and it fixed my problem! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the PR
Agreed for the first point! Great catch!
Regarding the second point I have slight doubts that it may break things with tensorboard
, if this is not vital we can leave it on a follow up PR to test it properly - otherwise you can quickly test any script with log_with="tensorboard"
and see if the training runs
Thanks!
I'll test If |
@younesbelkada I think I ran this with The term I changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for fixing! 🔥
Thanks a lot for experimenting @natolambert ! LGTM |
Two changes:
Accelerate
. See this docs page, whereinit_kwargs
is handled differently. In trying to use this with the code as is,wandb
is getting read as akwarg
and not handled correctly by this line. If this is different in Tensorboard, it may just be incompatible.Let me know if I'm wrong!
Fixes: #215