Create environment.yml
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: opengait
|
||||
channels:
|
||||
- pytorch
|
||||
- defaults
|
||||
- anaconda
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python
|
||||
- pip
|
||||
- tqdm
|
||||
- numpy
|
||||
- pandas
|
||||
- matplotlib
|
||||
- scikit-learn
|
||||
- pytorch
|
||||
- torchvision
|
||||
- cudatoolkit=10.2
|
||||
- ipykernel
|
||||
- pip:
|
||||
- tensorboard
|
||||
- seaborn
|
||||
- py7zr
|
||||
Reference in New Issue
Block a user