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.
1 parent 44add8d commit 2c960a4Copy full SHA for 2c960a4
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