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

search fewer hyperparameters

parent bbba5e7d
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ base_hyperparameters = { ...@@ -64,7 +64,7 @@ base_hyperparameters = {
grid = [] grid = []
for train_subset in ["all", "quantitative"]: for train_subset in ["all", "quantitative"]:
for minibatch_size in [128, 512]: for minibatch_size in [128]:
for dense_layer_size in [8, 16, 32, 64]: for dense_layer_size in [8, 16, 32, 64]:
for l1 in [0.0, 0.001, 0.01]: for l1 in [0.0, 0.001, 0.01]:
for num_lc in [0, 1, 2]: for num_lc in [0, 1, 2]:
......
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