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

Learning rate range test: without early stop.

parent 11db3f14
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ TRAIN_CONFIG = {
'epochs': 50,
'save': True,
'save_loaders': False,
'early_stop': True,
'early_stop': False,
'patience': 100,
'multi_gpu': True,
'classification': 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