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! |
younesbelkada
left a comment
There was a problem hiding this comment.
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 |
younesbelkada
left a comment
There was a problem hiding this comment.
Thanks a lot for fixing! 🔥
|
Thanks a lot for experimenting @natolambert ! LGTM |
* nits * style
Two changes:
Accelerate. See this docs page, whereinit_kwargsis handled differently. In trying to use this with the code as is,wandbis getting read as akwargand 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