We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce83a1 commit a35a612Copy full SHA for a35a612
2 files changed
pyproject.toml
@@ -35,7 +35,7 @@ dependencies = [
35
"SimpleITK>=2.3.1",
36
"tqdm>=4.66.2",
37
"timm>=0.9.8",
38
- "torchmetrics=>1.4.0.post0",
+ "torchmetrics>=1.4.0.post0",
39
"wandb>=0.16.3",
40
"weave>=0.39.0",
41
]
yucca/modules/data/augmentation/transforms/Masking.py
@@ -1,6 +1,5 @@
1
import numpy as np
2
import logging
3
-import torch
4
from yucca.modules.data.augmentation.transforms.YuccaTransform import YuccaTransform
5
from typing import Union, Iterable
6
from yucca.functional.transforms import mask_batch
0 commit comments