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

fix

parent fb2f0439
No related merge requests found
......@@ -585,7 +585,7 @@ class Class1NeuralNetwork(object):
initial_epoch=epoch - 1,
epochs=epoch,
use_multiprocessing=False,
workers=1,
workers=0,
validation_data=(validation_x_dict, validation_y_dict),
verbose=verbose,
)
......
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