-
Notifications
You must be signed in to change notification settings - Fork 5
/
environment.yaml
27 lines (27 loc) · 915 Bytes
/
environment.yaml
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
name: LENet
channels:
- pytorch
- defaults
# - anaconda
# You can use the TUNA mirror to speed up the installation if you are in mainland China.
# - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
# - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
# - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
# - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
# - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch-lts/
dependencies:
- python=3.8.16
- pytorch=1.8.2
- torchvision=0.9.2
- cudatoolkit=11.1
- ipython
- tqdm
- numba
- sparsehash # dependency for torchsparse
- pyqt
- pip
- pip:
- -r requirements.txt
# You can use the TUNA mirror to speed up the installation if you are in mainland China.
# -i https://pypi.tuna.tsinghua.edu.cn/simpl
# - git+http://github.com/mit-han-lab/torchsparse.git@v1.4.0