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

Train for more epochs.

parent b9cda066
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ LOGGER = logging.getLogger(__name__)
# network training configuration
TRAIN_CONFIG = {
'checkpoint_state': {},
'epochs': 50,
'epochs': 75,
'save': True,
'save_loaders': False,
'early_stop': False,
......
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