AlexKM commited on
Commit
b1c4a6f
1 Parent(s): ae36220

Upload vqgan.yml

Browse files
Files changed (1) hide show
  1. vqgan.yml +92 -0
vqgan.yml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: vqgan
2
+ channels:
3
+ - pytorch
4
+ - conda-forge
5
+ - defaults
6
+ dependencies:
7
+ - _libgcc_mutex=0.1=conda_forge
8
+ - _openmp_mutex=4.5=1_gnu
9
+ - ca-certificates=2021.5.30=ha878542_0
10
+ - certifi=2021.5.30=py39hf3d152e_0
11
+ - ld_impl_linux-64=2.35.1=hea4e1c9_2
12
+ - libffi=3.3=h58526e2_2
13
+ - libgcc-ng=9.3.0=h2828fa1_19
14
+ - libgomp=9.3.0=h2828fa1_19
15
+ - libstdcxx-ng=9.3.0=h6de172a_19
16
+ - ncurses=6.2=h58526e2_4
17
+ - openssl=1.1.1k=h7f98852_0
18
+ - pip=21.1.3=pyhd8ed1ab_0
19
+ - python=3.9.5=h49503c6_0_cpython
20
+ - python_abi=3.9=2_cp39
21
+ - readline=8.1=h46c0cb4_0
22
+ - setuptools=49.6.0=py39hf3d152e_3
23
+ - sqlite=3.36.0=h9cd32fc_0
24
+ - tk=8.6.10=h21135ba_1
25
+ - tzdata=2021a=he74cb21_0
26
+ - wheel=0.36.2=pyhd3deb0d_0
27
+ - xz=5.2.5=h516909a_1
28
+ - zlib=1.2.11=h516909a_1010
29
+ - pip:
30
+ - absl-py==0.13.0
31
+ - aiohttp==3.7.4.post0
32
+ - antlr4-python3-runtime==4.8
33
+ - async-timeout==3.0.1
34
+ - attrs==21.2.0
35
+ - backcall==0.2.0
36
+ - cachetools==4.2.2
37
+ - chardet==4.0.0
38
+ - decorator==5.0.9
39
+ - einops==0.3.0
40
+ - fsspec==2021.6.1
41
+ - ftfy==6.0.3
42
+ - future==0.18.2
43
+ - google-auth==1.32.0
44
+ - google-auth-oauthlib==0.4.4
45
+ - grpcio==1.38.1
46
+ - idna==2.10
47
+ - imageio==2.9.0
48
+ - imageio-ffmpeg==0.4.4
49
+ - ipython==7.25.0
50
+ - ipython-genutils==0.2.0
51
+ - jedi==0.18.0
52
+ - kornia==0.5.4
53
+ - markdown==3.3.4
54
+ - matplotlib-inline==0.1.2
55
+ - multidict==5.1.0
56
+ - numpy==1.21.0
57
+ - oauthlib==3.1.1
58
+ - omegaconf==2.1.0
59
+ - packaging==20.9
60
+ - parso==0.8.2
61
+ - pexpect==4.8.0
62
+ - pickleshare==0.7.5
63
+ - pillow==8.2.0
64
+ - prompt-toolkit==3.0.19
65
+ - protobuf==3.17.3
66
+ - ptyprocess==0.7.0
67
+ - pyasn1==0.4.8
68
+ - pyasn1-modules==0.2.8
69
+ - pydeprecate==0.3.0
70
+ - pygments==2.9.0
71
+ - pyparsing==2.4.7
72
+ - pytorch-lightning==1.3.7.post0
73
+ - pyyaml==5.4.1
74
+ - regex==2021.4.4
75
+ - requests==2.25.1
76
+ - requests-oauthlib==1.3.0
77
+ - rsa==4.7.2
78
+ - six==1.16.0
79
+ - tensorboard==2.4.1
80
+ - tensorboard-plugin-wit==1.8.0
81
+ - torch==1.9.0+cu111
82
+ - torchaudio==0.9.0
83
+ - torchmetrics==0.3.2
84
+ - torchvision==0.10.0+cu111
85
+ - tqdm==4.61.1
86
+ - traitlets==5.0.5
87
+ - typing-extensions==3.10.0.0
88
+ - urllib3==1.26.6
89
+ - wcwidth==0.2.5
90
+ - werkzeug==2.0.1
91
+ - yarl==1.6.3
92
+ prefix: /home/nerdy/anaconda3/envs/vqgan