Skip to content

Commit f9b5347

Browse files
authored
Merge branch 'dev' into 8085-average-precision
2 parents f743844 + b0ed253 commit f9b5347

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
@@ -336,7 +336,7 @@ class CommonKeys(StrEnum):
336336
`LABEL` is the training or evaluation label of segmentation or classification task.
337337
`PRED` is the prediction data of model output.
338338
`LOSS` is the loss value of current iteration.
339-
`INFO` is some useful information during training or evaluation, like loss value, etc.
339+
`METADATA` is some useful information during training or evaluation, like loss value, etc.
340340
341341
"""
342342

0 commit comments

Comments
 (0)