blob: 084bab6183edf927702d7f49dcc08d41ba6e44d0 (
plain)
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
|
name: pt_111
dependencies:
- python=3.8
- ninja
- tqdm
- h5py
- pyyaml
- sharedarray
- tensorboard
- tensorboardx
- pytorch
- torchvision
- torchaudio
- yapf
- addict
- einops
- scipy
- plyfile
- termcolor
- pytorch-cluster
- pytorch-scatter
- pytorch-sparse
- pandas
- matplotlib
- scikit-learn
- ipykernel
- pip:
- torch-geometric
- spconv-cu111
- open3d
channel_priority: strict
channels:
- pyg
- nvidia
- pytorch
- conda-forge
- anaconda
- defaults
- nodefaults
|