mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 04:00:46 +02:00
Res Brutus Test
This commit is contained in:
parent
27751411a5
commit
3c2022de32
63 changed files with 599040 additions and 2704 deletions
|
@ -74,7 +74,7 @@ if __name__ == "__main__":
|
|||
print('-'*9)
|
||||
'''
|
||||
#### Augmented Model ####
|
||||
#'''
|
||||
'''
|
||||
t0 = time.process_time()
|
||||
tf_dict = {k: TF.TF_dict[k] for k in tf_names}
|
||||
#tf_dict = TF.TF_dict
|
||||
|
@ -98,7 +98,7 @@ if __name__ == "__main__":
|
|||
|
||||
print('Execution Time : %.00f '%(time.process_time() - t0))
|
||||
print('-'*9)
|
||||
#'''
|
||||
'''
|
||||
#### TF tests ####
|
||||
#'''
|
||||
res_folder="res/brutus-tests/"
|
||||
|
@ -150,4 +150,4 @@ if __name__ == "__main__":
|
|||
#plot_resV2(log, fig_name=res_folder+filename, param_names=tf_names)
|
||||
print('-'*9)
|
||||
|
||||
#'''
|
||||
#'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue