Skip to content

Commit

Permalink
Merge pull request #7 from pme0/registry
Browse files Browse the repository at this point in the history
Registry
  • Loading branch information
pme0 committed Nov 12, 2023
2 parents 39a209b + 8f39077 commit 1eec314
Show file tree
Hide file tree
Showing 62 changed files with 745 additions and 1,199 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tests/mlruns/
tests/logs/
tests/wandb/
tests/lightning_logs/
# hydra
outputs/

# model weights
Expand Down
13 changes: 7 additions & 6 deletions conda_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ channels:
- defaults
- conda-forge
dependencies:
- pip==23.0.1
- python==3.10 # numpy==1.22 not working with python==3.9
- pip
- python==3.10
- pip:
- colorama==0.4.4
- deepspeed==0.5.10
Expand All @@ -17,13 +17,14 @@ dependencies:
- matplotlib==3.5.1
- numpy==1.23.5
- omegaconf==2.1.1
- opencv-python==4.7.0.72 #==4.1.2.30
- opencv-python==4.7.0.72
- pandas==1.5.3
- pytest
- pyyaml==6.0
- seaborn==0.12.0
- torch==2.0.0 #==1.13.1
- torch==2.0.0
- torchaudio==2.0.1
- torchlibrosa==0.1.0
- torchmetrics==0.11.4 #0.11.0
- torchvision==0.15.1 #0.11.3
- torchmetrics==1.2.0
- torchvision==0.15.1
- wandb==0.12.21
73 changes: 0 additions & 73 deletions configs/AudioClassification_lstm.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions configs/ImageClassification_cnn.yaml

This file was deleted.

67 changes: 0 additions & 67 deletions configs/ImageClassification_cnn_TaskAgnostic.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions configs/ImageClassification_resnet.yaml

This file was deleted.

76 changes: 0 additions & 76 deletions configs/ImageGeneration_gan.yaml

This file was deleted.

Loading

0 comments on commit 1eec314

Please sign in to comment.