File size: 371 Bytes
0556c0e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# PyTorch (CUDA or CPU version). torch>=1.12 # Install MONAI Generative first monai-generative # Install the latest MONAI directly from GitHub (development version) git+https://github.com/Project-MONAI/MONAI.git#egg=monai # For perceptual losses in MONAI's generative module. lpips # Common Python libraries pandas numpy nibabel tqdm tensorboard matplotlib datasets |