How to mark a score for logging? #949
Replies: 2 comments 4 replies
-
Could you please post a bit of code for context? Ideally a fully working minimal example, but if not available, as much as possible. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Since I haven't heard back, I assume the problem is solved. If not, please let me know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using
EpochScoring()
to log a score.Yet, it doesn't show on the TensorBoard graphs.
How can I mark a score for logging?
I saw a question on SO: https://stackoverflow.com/questions/75781328/pytorch-skorch-make-the-tensorboard-callbakc-keep-track-on-manual-scores-defi.
Yet the order of the callback didn't make any change.
Beta Was this translation helpful? Give feedback.
All reactions