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

update

parent 48b5b7ef
No related merge requests found
......@@ -71,6 +71,6 @@ for dense_layer_size in [64, 16]:
new["locally_connected_layers"] = [lc_layer]
elif num_lc == 2:
new["locally_connected_layers"] = [lc_layer, deepcopy(lc_layer)]
grid.append(new)
grid.append(new)
dump(grid, stdout)
\ No newline at end of file
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