Feature add whitelist parameter issue 2548#2550
Conversation
Also fix bug in min_lr check
74ba501 to
b1fd3b0
Compare
Closes pytorch#2459 with help of PR pytorch#2470
db97792 to
fef3f67
Compare
|
@sadra-barikbin can you please resolve the conflict and update this PR |
vfdev-5
left a comment
There was a problem hiding this comment.
@sadra-barikbin Thanks, lgtm
@sadra-barikbin you were reporting that previously. Can you check again if this is still a problem with the latest clearml and see if it is related to our code or not. cc @bmartinn |
|
ClearML histograms were still missing. There was an issue in calling Bug place The |
|
@sadra-barikbin thanks a lot for investigations ! It is very helpful !
So, we call add_histogram: ignite/ignite/contrib/handlers/clearml_logger.py Lines 493 to 498 in a74b5b0 and define step as global_step but step is not propagated to add_surface ? -> Apparently, it is a bit complicated code in clearml to track what happens with step. Anyway, I asked on their issue tracker and let's see.
I think we can merge in this state and improve later if needed. Thanks again @sadra-barikbin |






Fixes #2548
Description:
I made some refactors first and then added
whitelistparameter to specified classes in the issue.Check list: