Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouchunpong authored Jan 24, 2020
1 parent d10694b commit 2fac5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MAX_DEGREE = 2 # maximum polynomial degree
SYM_NORM = True # symmetric (True) vs. left-only (False) normalization
NB_EPOCH = 200
PATIENCE = 10 # early stopping patience
PATIENCE = 30 # early stopping patience


# Get data
Expand Down

0 comments on commit 2fac5ed

Please sign in to comment.