rossellison commited on
Commit
7e53439
·
1 Parent(s): 65d9808

Delete stylegan3-fun/environment.yml

Browse files
Files changed (1) hide show
  1. stylegan3-fun/environment.yml +0 -35
stylegan3-fun/environment.yml DELETED
@@ -1,35 +0,0 @@
1
- name: stylegan3
2
- channels:
3
- - pytorch
4
- - nvidia
5
- - conda-forge # PR #80 by @SetZero / #143 by @coldwaterq
6
- dependencies:
7
- - python >= 3.8
8
- - pip
9
- - numpy>=1.20
10
- - click>=8.0
11
- - pillow=8.3.1
12
- - scipy=1.7.1
13
- - pytorch::pytorch=1.11 # We can now use Pytorch 1.11!
14
- - nvidia::cudatoolkit=11.3 # Necessary to remove previous PR by @edstoica
15
- - requests=2.26.0
16
- - tqdm=4.62.2
17
- - ninja=1.10.2
18
- - matplotlib=3.4.2
19
- - imageio=2.9.0
20
- - pip:
21
- - imgui==1.3.0
22
- - glfw==2.2.0
23
- - pyopengl==3.1.5
24
- - imageio-ffmpeg==0.4.3
25
- - pyspng
26
- - pyperlin # for Discriminator Synthesis
27
- - psutil # PR #125 by @fastflair / #111 by @siddharthksah
28
- - tensorboard # PR #125 by @fastflair
29
- - torchvision==0.12.0 # For "Discriminator Synthesis" / discriminator_synthesis.py
30
- - pyperlin # For "Discriminator Synthesis" / discriminator_synthesis.py
31
- - scikit-learn # For "Self-Distilled StyleGAN" / multimodal_truncation.py
32
- - moviepy==1.0.3
33
- - ffmpeg-python==0.2.0
34
- - scikit-video==1.1.11
35
- - setuptools==59.5.0 # PR #8 by @ZibbeZabbe