File size: 375 Bytes
bb04d63
 
0178b19
bb04d63
 
0178b19
bb04d63
 
0178b19
 
 
 
546a8f8
 
 
bb04d63
 
 
 
546a8f8
bb04d63
653468a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# requirements.txt

# PyTorch (CUDA or CPU version).
torch>=1.12

# Install MONAI Generative first
monai-generative

# Now force reinstall MONAI Weekly so its (newer) MONAI version takes precedence
--force-reinstall
monai-weekly

# For perceptual losses in MONAI's generative module.
lpips

# Common Python libraries
pandas
numpy
nibabel
tqdm
matplotlib
datasets
scikit-learn