Skip to content

Commit 2c960a4

Browse files
Fix CommonKeys docstring
Signed-off-by: Bartosz Grabowski <[email protected]>
1 parent 44add8d commit 2c960a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/utils/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ class CommonKeys(StrEnum):
335335
`LABEL` is the training or evaluation label of segmentation or classification task.
336336
`PRED` is the prediction data of model output.
337337
`LOSS` is the loss value of current iteration.
338-
`INFO` is some useful information during training or evaluation, like loss value, etc.
338+
`METADATA` is some useful information during training or evaluation, like loss value, etc.
339339
340340
"""
341341

0 commit comments

Comments
 (0)