Nicolò commited on
Commit
d698df0
1 Parent(s): c5ab13c

environment

Browse files
Files changed (1) hide show
  1. environment.yml +141 -0
environment.yml ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: gan-image-detection
2
+ channels:
3
+ - pytorch
4
+ - defaults
5
+ dependencies:
6
+ - _libgcc_mutex=0.1=main
7
+ - blas=1.0=mkl
8
+ - ca-certificates=2021.7.5=h06a4308_1
9
+ - certifi=2021.5.30=py36h06a4308_0
10
+ - cudatoolkit=10.2.89=hfd86e86_1
11
+ - freetype=2.10.2=h5ab3b9f_0
12
+ - intel-openmp=2020.1=217
13
+ - jpeg=9b=h024ee3a_2
14
+ - ld_impl_linux-64=2.33.1=h53a641e_7
15
+ - libedit=3.1.20181209=hc058e9b_0
16
+ - libffi=3.3=he6710b0_1
17
+ - libgcc-ng=9.1.0=hdf63c60_0
18
+ - libgfortran-ng=7.3.0=hdf63c60_0
19
+ - libpng=1.6.37=hbc83047_0
20
+ - libstdcxx-ng=9.1.0=hdf63c60_0
21
+ - libtiff=4.1.0=h2733197_1
22
+ - lz4-c=1.9.2=he6710b0_0
23
+ - mkl=2020.1=217
24
+ - mkl-service=2.3.0=py36he904b0f_0
25
+ - mkl_fft=1.1.0=py36h23d657b_0
26
+ - mkl_random=1.1.1=py36h0573a6f_0
27
+ - ncurses=6.2=he6710b0_1
28
+ - ninja=1.9.0=py36hfd86e86_0
29
+ - olefile=0.46=py36_0
30
+ - openssl=1.1.1k=h27cfd23_0
31
+ - pip=20.0.2=py36_3
32
+ - python=3.6.10=h7579374_2
33
+ - pytorch=1.5.1=py3.6_cuda10.2.89_cudnn7.6.5_0
34
+ - readline=8.0=h7b6447c_0
35
+ - setuptools=46.4.0=py36_0
36
+ - six=1.15.0=py_0
37
+ - sqlite=3.31.1=h62c20be_1
38
+ - tk=8.6.8=hbc83047_0
39
+ - wheel=0.34.2=py36_0
40
+ - xz=5.2.5=h7b6447c_0
41
+ - zlib=1.2.11=h7b6447c_3
42
+ - zstd=1.4.4=h0b5b093_3
43
+ - pip:
44
+ - absl-py==0.9.0
45
+ - albumentations==0.5.2
46
+ - attrs==19.3.0
47
+ - backcall==0.2.0
48
+ - bleach==3.1.5
49
+ - cachetools==4.1.1
50
+ - chardet==3.0.4
51
+ - click==7.1.2
52
+ - cycler==0.10.0
53
+ - decorator==4.4.2
54
+ - defusedxml==0.6.0
55
+ - efficientnet-pytorch==0.6.3
56
+ - entrypoints==0.3
57
+ - future==0.18.2
58
+ - google-auth==1.18.0
59
+ - google-auth-oauthlib==0.4.1
60
+ - grpcio==1.30.0
61
+ - idna==2.10
62
+ - imageio==2.8.0
63
+ - imgaug==0.4.0
64
+ - importlib-metadata==1.7.0
65
+ - ipykernel==5.3.2
66
+ - ipython==7.16.1
67
+ - ipython-genutils==0.2.0
68
+ - ipywidgets==7.5.1
69
+ - jedi==0.17.1
70
+ - jinja2==2.11.2
71
+ - joblib==0.15.1
72
+ - jsonschema==3.2.0
73
+ - jupyter==1.0.0
74
+ - jupyter-client==6.1.5
75
+ - jupyter-console==6.1.0
76
+ - jupyter-core==4.6.3
77
+ - kiwisolver==1.2.0
78
+ - lazypredict==0.2.9
79
+ - lightgbm==2.3.1
80
+ - markdown==3.2.2
81
+ - markupsafe==1.1.1
82
+ - matplotlib==3.2.1
83
+ - mistune==0.8.4
84
+ - nbconvert==5.6.1
85
+ - nbformat==5.0.7
86
+ - networkx==2.4
87
+ - notebook==6.0.3
88
+ - numpy==1.18.4
89
+ - oauthlib==3.1.0
90
+ - opencv-python==4.2.0.34
91
+ - pandas==1.0.5
92
+ - pandocfilters==1.4.2
93
+ - parso==0.7.0
94
+ - pexpect==4.8.0
95
+ - pickle5==0.0.11
96
+ - pickleshare==0.7.5
97
+ - pillow==7.1.2
98
+ - prometheus-client==0.8.0
99
+ - prompt-toolkit==3.0.5
100
+ - protobuf==3.12.2
101
+ - ptyprocess==0.6.0
102
+ - pyasn1==0.4.8
103
+ - pyasn1-modules==0.2.8
104
+ - pygments==2.6.1
105
+ - pyparsing==2.4.7
106
+ - pyrsistent==0.16.0
107
+ - pytest==5.4.3
108
+ - python-dateutil==2.8.1
109
+ - pytorchcv==0.0.58
110
+ - pytz==2020.1
111
+ - pyyaml==5.3.1
112
+ - pyzmq==19.0.1
113
+ - qtconsole==4.7.5
114
+ - qtpy==1.9.0
115
+ - requests==2.24.0
116
+ - requests-oauthlib==1.3.0
117
+ - rsa==4.6
118
+ - scikit-image==0.17.2
119
+ - scikit-learn==0.23.1
120
+ - scipy==1.5.4
121
+ - seaborn==0.11.0
122
+ - send2trash==1.5.0
123
+ - tensorboard==2.2.2
124
+ - tensorboard-plugin-wit==1.7.0
125
+ - terminado==0.8.3
126
+ - testpath==0.4.4
127
+ - threadpoolctl==2.1.0
128
+ - tifffile==2020.5.25
129
+ - torch==1.5.1
130
+ - torchvision==0.6.1
131
+ - tornado==6.0.4
132
+ - tqdm==4.56.0
133
+ - traitlets==4.3.3
134
+ - urllib3==1.25.9
135
+ - wcwidth==0.2.5
136
+ - webencodings==0.5.1
137
+ - werkzeug==1.0.1
138
+ - widgetsnbextension==3.5.1
139
+ - xgboost==1.1.1
140
+ - zipp==3.1.0
141
+