mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 04:00:46 +02:00
leger chgt mag regularisation
This commit is contained in:
parent
64282bda3a
commit
cc737b7997
5 changed files with 21 additions and 8 deletions
|
@ -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)
|
||||
#'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue