Files
MachineLearningNotebooks/tutorials/get-started-day1/configuration/pytorch-env.yml
2020-09-29 21:09:55 +01:00

10 lines
123 B
YAML

name: pytorch-env
channels:
- defaults
- pytorch
dependencies:
- python=3.6.2
- pytorch
- torchvision