a | b/ctnet_environment.yml | ||
---|---|---|---|
1 | name: tutorial |
||
2 | channels: |
||
3 | - pytorch |
||
4 | - conda-forge |
||
5 | - anaconda |
||
6 | - defaults |
||
7 | dependencies: |
||
8 | - matplotlib=3.0.0 |
||
9 | - opencv=3.3.1 |
||
10 | - pandas=0.23.4 |
||
11 | - pillow=5.2.0 |
||
12 | - seaborn=0.9.0 |
||
13 | - numpy=1.15.2 |
||
14 | - pip=10.0.1 |
||
15 | - python=3.5.6 |
||
16 | - scikit-learn=0.20.0 |
||
17 | - scipy=1.1.0 |
||
18 | - pytorch=1.1.0 |
||
19 | - torchvision=0.3.0 |
||
20 | - pip: |
||
21 | - pyqt5-sip |
||
22 | - torch==1.1.0 |
||
23 | - torchsummary |