Skip to content

Commit 14efe8f

Browse files
authored
Merge branch 'dev' into 8354_fix_test_bundle_trt_export
2 parents cb6578c + b0ed253 commit 14efe8f

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)