Skip to content

Instantly share code, notes, and snippets.

@Attila94
Last active May 2, 2023 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Attila94/3af803bc21c100a7ff284f7b9ec21310 to your computer and use it in GitHub Desktop.
Save Attila94/3af803bc21c100a7ff284f7b9ec21310 to your computer and use it in GitHub Desktop.
Default PyTorch conda environment for TU Delft HPC.
name: pytorch
channels:
- conda-forge
- pytorch
- nvidia
dependencies:
- pytorch::pytorch
- pytorch::torchvision
- nvidia::pytorch-cuda=11.8
- matplotlib
- pandas
- pillow
- pycocotools
- scipy
- tqdm
- conda-forge::torchinfo
- conda-forge::wandb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment