aboutsummaryrefslogtreecommitdiff
path: root/PyTorchEnvironment.yml
diff options
context:
space:
mode:
Diffstat (limited to 'PyTorchEnvironment.yml')
-rw-r--r--PyTorchEnvironment.yml41
1 files changed, 41 insertions, 0 deletions
diff --git a/PyTorchEnvironment.yml b/PyTorchEnvironment.yml
new file mode 100644
index 0000000..084bab6
--- /dev/null
+++ b/PyTorchEnvironment.yml
@@ -0,0 +1,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