Spaces:
Runtime error
Runtime error
Commit
·
14f49a9
1
Parent(s):
e6fd727
updated dependencies and configs
Browse files- environment.yml +12 -8
- models/config/train.yaml +0 -1
environment.yml
CHANGED
|
@@ -1,23 +1,27 @@
|
|
| 1 |
name: dancer-net
|
| 2 |
channels:
|
| 3 |
-
-
|
|
|
|
| 4 |
- conda-forge
|
|
|
|
| 5 |
dependencies:
|
| 6 |
-
-
|
| 7 |
- pytorch
|
|
|
|
|
|
|
| 8 |
- numpy
|
| 9 |
- pandas
|
| 10 |
- seaborn
|
| 11 |
-
- python=3.10
|
| 12 |
- matplotlib
|
| 13 |
-
- torchaudio
|
| 14 |
- bs4
|
| 15 |
- requests
|
| 16 |
- bidict
|
| 17 |
- tqdm
|
| 18 |
- pytorch-lightning
|
| 19 |
- rich
|
| 20 |
-
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
|
|
| 1 |
name: dancer-net
|
| 2 |
channels:
|
| 3 |
+
- pytorch
|
| 4 |
+
- nvidia
|
| 5 |
- conda-forge
|
| 6 |
+
- anaconda
|
| 7 |
dependencies:
|
| 8 |
+
- python=3.10
|
| 9 |
- pytorch
|
| 10 |
+
- torchaudio
|
| 11 |
+
- torchvision
|
| 12 |
- numpy
|
| 13 |
- pandas
|
| 14 |
- seaborn
|
|
|
|
| 15 |
- matplotlib
|
|
|
|
| 16 |
- bs4
|
| 17 |
- requests
|
| 18 |
- bidict
|
| 19 |
- tqdm
|
| 20 |
- pytorch-lightning
|
| 21 |
- rich
|
| 22 |
+
- scikit-learn
|
| 23 |
+
- tensorboard
|
| 24 |
+
- pip:
|
| 25 |
+
- git+https://github.com/huggingface/transformers.git
|
| 26 |
+
- evaluate
|
| 27 |
+
- wakepy
|
models/config/train.yaml
CHANGED
|
@@ -39,7 +39,6 @@ trainer:
|
|
| 39 |
max_epochs: 50
|
| 40 |
min_epochs: 5
|
| 41 |
fast_dev_run: False
|
| 42 |
-
track_grad_norm: 2
|
| 43 |
# gradient_clip_val: 0.5
|
| 44 |
overfit_batches: 1
|
| 45 |
training_environment:
|
|
|
|
| 39 |
max_epochs: 50
|
| 40 |
min_epochs: 5
|
| 41 |
fast_dev_run: False
|
|
|
|
| 42 |
# gradient_clip_val: 0.5
|
| 43 |
overfit_batches: 1
|
| 44 |
training_environment:
|