-
Notifications
You must be signed in to change notification settings - Fork 6
/
env.yml
97 lines (96 loc) · 2.48 KB
/
env.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
name: pytorch
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- backcall=0.1.0=py36_0
- blas=1.0=mkl
- ca-certificates=2019.11.28=hecc5488_0
- cffi=1.12.3=py36h2e261b9_0
- cudatoolkit=10.1.243=h6bb024c_0
- decorator=4.4.1=py_0
- entrypoints=0.3=py36_1000
- freetype=2.8=hab7d2ae_1
- intel-openmp=2019.4=243
- ipykernel=5.1.3=py36h39e3cac_0
- ipython=7.9.0=py36h39e3cac_0
- ipython_genutils=0.2.0=py36_0
- jedi=0.15.1=py36_0
- jpeg=9b=h024ee3a_2
- jupyter_client=5.3.4=py36_0
- jupyter_core=4.6.1=py36_0
- libedit=3.1.20170329=hf8c457e_1001
- libevent=2.0.22=hb7f436b_1002
- libffi=3.2.1=hd88cf55_4
- libgcc-ng=8.2.0=hdf63c60_1
- libgfortran-ng=7.3.0=hdf63c60_0
- libpng=1.6.37=hbc83047_0
- libsodium=1.0.16=h1bed415_0
- libstdcxx-ng=8.2.0=hdf63c60_1
- libtiff=4.0.10=h2733197_2
- mkl=2019.4=243
- mkl_fft=1.0.12=py36ha843d7b_0
- mkl_random=1.0.2=py36hd81dba3_0
- ncurses=6.1=hf484d3e_1002
- ninja=1.9.0=py36hfd86e86_0
- numpy=1.16.4=py36h7e9f1db_0
- numpy-base=1.16.4=py36hde5b4d6_0
- olefile=0.46=py36_0
- openssl=1.0.2u=h516909a_0
- pandas=0.24.2=py36he6710b0_0
- parso=0.5.1=py_0
- pexpect=4.7.0=py36_0
- pickleshare=0.7.5=py36_0
- pip=19.1.1=py36_0
- prompt_toolkit=2.0.10=py_0
- ptyprocess=0.6.0=py36_0
- pycparser=2.19=py36_0
- pygments=2.4.2=py_0
- python=3.6.5=hc3d631a_2
- python-dateutil=2.8.0=py36_0
- pytorch=1.3.1=py3.6_cuda10.1.243_cudnn7.6.3_0
- pytz=2019.1=py_0
- pyzmq=18.1.0=py36he6710b0_0
- readline=7.0=ha6073c6_4
- setuptools=41.0.1=py36_0
- six=1.12.0=py36_0
- sqlite=3.23.1=he433501_0
- tk=8.6.8=hbc83047_0
- tmux=2.9=h45300e9_0
- torchvision=0.4.2=py36_cu101
- tornado=6.0.3=py36h7b6447c_0
- traitlets=4.3.3=py36_0
- wcwidth=0.1.7=py36_0
- wheel=0.33.4=py36_0
- xz=5.2.4=h14c3975_4
- zeromq=4.3.1=he6710b0_3
- zlib=1.2.11=h7b6447c_3
- zstd=1.3.7=h0b5b093_0
- pip:
- apex==0.1
- certifi==2020.6.20
- cycler==0.10.0
- easydict==1.9
- joblib==0.17.0
- kiwisolver==1.2.0
- llvmlite==0.35.0
- matplotlib==3.3.2
- mpmath==1.1.0
- numba==0.52.0
- opencv-python==4.4.0.46
- pillow==7.2.0
- protobuf==3.13.0
- pyparsing==2.4.7
- pyyaml==5.3.1
- scikit-learn==0.23.2
- scipy==1.5.2
- sklearn==0.0
- sympy==1.6.2
- tensorboardx==2.1
- thop==0.0.31-1912272122
- threadpoolctl==2.1.0
- torchcontrib==0.0.2
- tqdm==4.49.0
prefix: /home/yf22/anaconda3/envs/pytorch