Modification du early stopping (sur test data...)

This commit is contained in:
Harle, Antoine (Contracteur) 2019-11-13 12:03:54 -05:00
parent bc8e5f2817
commit 198fb06065
3 changed files with 15 additions and 19 deletions

View file

@ -37,8 +37,8 @@ else:
##########################################
if __name__ == "__main__":
n_inner_iter = 0
epochs = 100
n_inner_iter = 10
epochs = 200
dataug_epoch_start=0
#### Classic ####