Replies: 2 comments 1 reply
-
Currently we don't have this feature, not sure if there is an easy way to log text predictions into the w&b. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How do I turn this off? I tried disabling it by setting |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The experiment manager easily provides the opportunity to log a variety of metrics with Weights & Biases.
However, during training, if
log_predictions=True
, pytorch lighting/exp manager also outputs the actual predictions for a few examples. E.g. like:Is it possible, in a simple way to log these predictions to W&B as well?
Currently I'm configuring the experiment manager in the following way:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions