a | b/conda_env.yml | ||
---|---|---|---|
1 | name: master |
||
2 | channels: |
||
3 | - defaults |
||
4 | - conda-forge |
||
5 | - pytorch |
||
6 | dependencies: |
||
7 | - pytorch-gpu |
||
8 | - segmentation-models-pytorch |
||
9 | - scikit-learn |
||
10 | - matplotlib |
||
11 | - numpy |
||
12 | - scikit-learn-intelex |
||
13 | - pytorch==1.8.0 |
||
14 | - cudatoolkit=11.1 |
||
15 | - torchvision==0.9.0 |
||
16 | - torchaudio==0.8.0 |
||
17 | - pandas |
||
18 | - yaml |
||
19 | - pyyaml |
||
20 | - opencv |
||
21 | prefix: /home/birk/anaconda3/envs/master |