-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathenvironment.yml
41 lines (40 loc) · 1.27 KB
/
environment.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
################################################################################
# Copyright (c) 2022 ContinualAI. #
# Copyrights licensed under the MIT License. #
# See the accompanying LICENSE file for terms. #
# #
# Date: 02-03-2022 #
# Author(s): Gabriele Graffieti, Lorenzo Pellegrini #
# E-mail: [email protected] #
# Website: avalanche.continualai.org #
################################################################################
name: clvision23-challenge
channels:
- conda-forge
- pytorch
dependencies:
- pip
- psutil
- conda-forge::gputil
- wandb
- tensorboard>=1.15
- scikit-learn
- matplotlib
- numpy
- conda-forge::quadprog
- tqdm
- conda-forge::pycocotools
- conda-forge::torchmetrics
- python=3.9
- pytorch::pytorch>=1.8, <2.0
- pytorch::torchvision>=0.9.0, <0.15
- pytorch::torchaudio>=0.8.0, <2.0
- pip:
- pytorchcv
- gdown
- ctrl-benchmark
- gym
- higher
- lvis
- dill
- seaborn