From 045e87a760919262d30d270e924949bb7fd47b6e Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Thu, 28 Sep 2023 12:21:50 +0000 Subject: [PATCH] Update file benchmark.txt --- PyTorch/Segmentation/nnUNet/benchmark.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PyTorch/Segmentation/nnUNet/benchmark.txt b/PyTorch/Segmentation/nnUNet/benchmark.txt index 9257eb6..55b265b 100644 --- a/PyTorch/Segmentation/nnUNet/benchmark.txt +++ b/PyTorch/Segmentation/nnUNet/benchmark.txt @@ -33,4 +33,6 @@ Traceback (most recent call last): trainer.current_epoch = 1 AttributeError: can't set attribute +Solution: pip install torchmetrics==0.6.0, works. + # 2023-09-28: Not working on the devel reservation \ No newline at end of file -- GitLab