Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/setup experiments #10

Merged
merged 14 commits into from
Sep 17, 2023
4 changes: 2 additions & 2 deletions config/05_new_classes_experiment_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: "new_classes"
num_epochs: 100000
learning_rate: 0.0001
weight_decay: 0.0001
batch_size: 16
batch_size: 8
gradient_clipping: False
early_stopping: True

support_size: 3
query_size: 29

hidden_representation_size: 16
n_hidden_layers: 3
n_hidden_layers: 1
hidden_size: 16
dropout_rate: 0.1
is_classifier: True
Expand Down
2 changes: 1 addition & 1 deletion config/06_big_data_experiment_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ support_size: 3
query_size: 29

hidden_representation_size: 16
n_hidden_layers: 3
n_hidden_layers: 1
hidden_size: 16
dropout_rate: 0.1
is_classifier: True
Expand Down