We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The idea is to show how to tackle a use-case like:
x, y1, y2 = batch y_pred1, y_pred2, aux = model(x)
and where we would like to compute metrics between y_pred1 vs y1 and y_pred2 vs y2.
y_pred1
y1
y_pred2
y2
output_transform
Context: discussed on discord, "questions" channel, multi-output thread.
The text was updated successfully, but these errors were encountered:
Priyansi
Successfully merging a pull request may close this issue.
The idea is to show how to tackle a use-case like:
and where we would like to compute metrics between
y_pred1
vsy1
andy_pred2
vsy2
.output_transform
for each metricContext: discussed on discord, "questions" channel, multi-output thread.
The text was updated successfully, but these errors were encountered: