leger chgt mag regularisation

This commit is contained in:
Harle, Antoine (Contracteur) 2019-11-19 21:46:14 -05:00
parent 64282bda3a
commit cc737b7997
5 changed files with 21 additions and 8 deletions

View file

@ -38,7 +38,7 @@ else:
if __name__ == "__main__":
n_inner_iter = 10
epochs = 200
epochs = 2
dataug_epoch_start=0
#### Classic ####
@ -84,7 +84,7 @@ if __name__ == "__main__":
json.dump(out, f, indent=True)
print('Log :\"',f.name, '\" saved !')
print('TF influence', TF_influence(log))
plot_TF_influence(log, param_names=tf_names)
print('Execution Time : %.00f '%(time.process_time() - t0))
print('-'*9)
#'''