[139527]: / environment.yml

Download this file

21 lines (20 with data), 329 Bytes

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