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

fix

parent 0d1a8247
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ base_hyperparameters = {
grid = []
for layer_sizes in [[512, 256], [512, 512], [1024, 512], [1024, 1024]]:
for pretrain in [True]:
l1_base = 0.00001
l1_base = 0.0000001
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