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.
2 parents cb6578c + b0ed253 commit 14efe8fCopy full SHA for 14efe8f
monai/utils/enums.py
@@ -335,7 +335,7 @@ class CommonKeys(StrEnum):
335
`LABEL` is the training or evaluation label of segmentation or classification task.
336
`PRED` is the prediction data of model output.
337
`LOSS` is the loss value of current iteration.
338
- `INFO` is some useful information during training or evaluation, like loss value, etc.
+ `METADATA` is some useful information during training or evaluation, like loss value, etc.
339
340
"""
341
0 commit comments