Spaces:
Runtime error
Runtime error
File size: 370 Bytes
e0c7c25 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
name: ganspace
channels:
- defaults
- conda-forge
- pytorch
dependencies:
- python=3.7
- pytorch::pytorch=1.3
- pytorch::torchvision
- cudatoolkit=10.1
- pillow=6.2
- ffmpeg
- tqdm
- scipy
- scikit-learn
- scikit-image
- boto3
- requests
- nltk
- pip
- pip:
- fbpca
- pyopengltk
# conda env update -f environment.yml --prune
|