Diff of /environment.yml [000000] .. [139527]

Switch to unified view

a b/environment.yml
1
name: cs231n
2
channels:
3
  - pytorch
4
  - defaults
5
  - conda-forge
6
dependencies:
7
  - pip=20.3.1
8
  - python=3.6.8
9
  - pytorch-lightning
10
  - pytorch-ignite
11
  - numpy
12
  - tqdm
13
  - pandas
14
  - torchmetrics=0.6.0
15
  - pip:
16
    - opencv-python
17
    - segmentation_models_pytorch
18
    - efficientnet_pytorch
19
    - pretrainedmodels
20
    - monai