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

fix

parent d47ba9ca
No related branches found
No related tags found
Loading
......@@ -48,9 +48,9 @@ base_hyperparameters = {
}
grid = []
for layer_sizes in [[512, 256], [512, 512], [1024, 512]]:
for layer_sizes in [[512, 256], [512, 512], [1024, 512], [1024, 1024]]:
for pretrain in [True]:
l1_base = 0.000001
l1_base = 0.00001
for l1 in [l1_base, l1_base / 10, l1_base / 100, l1_base / 1000, 0.0]:
new = deepcopy(base_hyperparameters)
new["layer_sizes"] = layer_sizes
......
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