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

Add alignment_method hyperparameter

parent 024cb70e
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ class Class1NeuralNetwork(object): ...@@ -70,6 +70,7 @@ class Class1NeuralNetwork(object):
""" """
input_encoding_hyperparameter_defaults = HyperparameterDefaults( input_encoding_hyperparameter_defaults = HyperparameterDefaults(
alignment_method="pad_middle",
left_edge=4, left_edge=4,
right_edge=4) right_edge=4)
""" """
......
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