Upload code/envs/nnunet.yml with huggingface_hub
Browse files- code/envs/nnunet.yml +13 -0
code/envs/nnunet.yml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Isolated env for nnU-Net v2 reference baseline (own CLI + dataset format).
|
| 2 |
+
# Run separately; reported as a reference row, not in the controlled-augmentation table.
|
| 3 |
+
name: nnunet
|
| 4 |
+
channels: [conda-forge]
|
| 5 |
+
dependencies:
|
| 6 |
+
- python=3.11
|
| 7 |
+
- pip
|
| 8 |
+
- pip:
|
| 9 |
+
# torch >=2.1.2 (nnU-Net excludes 2.9.x); install matching your CUDA:
|
| 10 |
+
# pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
|
| 11 |
+
- nnunetv2
|
| 12 |
+
- simpleitk
|
| 13 |
+
- nibabel
|