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

Implemented gradient clipping.

parent 365191cf
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,8 @@ TRAIN_CONFIG = {
'early_stop': True,
'patience': 50,
'multi_gpu': True,
'classification': False
'classification': False,
'clip_gradients': True
}
# whether to overwrite existing models
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment