Skip to content

Commit

Permalink
Bug fixes in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Aug 21, 2024
1 parent b8fa6aa commit 02e04d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/dummy_data/datasets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
seed: 42
data_dir: ./
root_dir: ./data
logs_dir: ./logs
datasets:
- name: class-1
label: class
Expand Down Expand Up @@ -45,6 +46,7 @@ model:
- name: sweetnet
hidden_dim: 128
batch_size: 256
num_layers: 3
epochs: 5
learning_rate: 0.001
optimizer: Adam
Expand Down
1 change: 1 addition & 0 deletions tests/dummy_data/pre_transform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
seed: 42
data_dir: ./
root_dir: ./data
logs_dir: ./logs
datasets:
- name: class-1
label: class
Expand Down

0 comments on commit 02e04d7

Please sign in to comment.