Skip to content
Snippets Groups Projects
Commit 870f0cd0 authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

formatting

parent a1483f10
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ if __name__ == "__main__":
for hidden_layer_size1 in args.first_hidden_layer_sizes:
for hidden_layer_size2 in args.second_hidden_layer_sizes:
for activation in args.activation_functions:
key = "%f,%d,%d,%s" % (
key = "%f,%d,%d,%d,%s" % (
dropout,
embedding_dim_size,
hidden_layer_size1,
......
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