Skip to content
Snippets Groups Projects
Commit bf9edc9f authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix hyperparameters

parent b9fd472a
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ for train_subset in ["all", "quantitative"]: ...@@ -70,6 +70,7 @@ for train_subset in ["all", "quantitative"]:
for num_lc in [0, 1, 2]: for num_lc in [0, 1, 2]:
for lc_kernel_size in [3, 5]: for lc_kernel_size in [3, 5]:
new = deepcopy(base_hyperparameters) new = deepcopy(base_hyperparameters)
new["minibatch_size"] = minibatch_size
new["train_data"]["subset"] = train_subset new["train_data"]["subset"] = train_subset
new["layer_sizes"] = [dense_layer_size] new["layer_sizes"] = [dense_layer_size]
new["dense_layer_l1_regularization"] = l1 new["dense_layer_l1_regularization"] = l1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment