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

spacing

parent a7eacc51
No related branches found
No related tags found
No related merge requests found
...@@ -215,7 +215,6 @@ class Class1NeuralNetwork(object): ...@@ -215,7 +215,6 @@ class Class1NeuralNetwork(object):
network.set_weights(network_weights) network.set_weights(network_weights)
klass.KERAS_MODELS_CACHE[key] = (network, network_weights) klass.KERAS_MODELS_CACHE[key] = (network, network_weights)
# As an added safety check we overwrite the fit method on the returned # As an added safety check we overwrite the fit method on the returned
# model to throw an error if it is called. # model to throw an error if it is called.
def throw(*args, **kwargs): def throw(*args, **kwargs):
......
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