-
-
Notifications
You must be signed in to change notification settings - Fork 653
Feature fixed weights hist handler issue 2328 #2523
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
Feature fixed weights hist handler issue 2328 #2523
Conversation
Also fix bug in min_lr check
59ea6bf
to
acfa809
Compare
@sadra-barikbin thanks for the PR, the issue was to improve current |
Oh. So I add a |
bd9cd32
to
2a40efb
Compare
42e00db
to
f858e17
Compare
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 for the PR @sadra-barikbin
I left few comments on to improve the code. Let me know what do you think
3dd8ece
to
6ac8394
Compare
@sadra-barikbin thanks for the updates ! Can you now run this example with specifying
and report here the result ? |
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.
@sadra-barikbin Thanks very much, LGTM ! Although a comment still to be addressed.
b800c83
to
091a54f
Compare
091a54f
to
f57b890
Compare
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 @sadra-barikbin !
@sadra-barikbin can you add please a similar arg to other weights and grad logging handlers ? |
Sure. Shall I open a new issue for them? You mean just Tensorboard ones? |
yes, please open an issue and suggest the classes where we could add such new argument. |
Fixes #2328
Description:
whitelist
arg toWeightsHistHandler
to be able to log specific weights toTensorboardLogger
.Check list: