Skip to content
Snippets Groups Projects
Commit 12e39481 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Fixed output of train method

parent 1c047242
No related branches found
No related tags found
No related merge requests found
......@@ -27,4 +27,4 @@ if __name__ == '__main__':
# train the network
print('----------------------- Network training -------------------------')
loss, accuracy, vloss, vaccuracy = trainer.train()
training_state = trainer.train()
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