-
Hi, I've implemented the tutorial https://github.com/Project-MONAI/tutorials/blob/main/modules/cross_validation_models_ensemble.ipynb I have the following error: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): I've tried to change keys="preds" with keys=["preds"] but I still get the error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @cugwu, what's your output_key in |
Beta Was this translation helpful? Give feedback.
Hi @cugwu, what's your output_key in
MeanEnsembled
?