Bon setup fin tests brutus

This commit is contained in:
Harle, Antoine (Contracteur) 2019-12-04 10:37:56 -05:00
parent c4e2e30151
commit 33ef7afd04
2 changed files with 10 additions and 10 deletions

View file

@ -91,7 +91,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
@ -117,9 +117,9 @@ if __name__ == "__main__":
print('Execution Time : %.00f '%(time.process_time() - t0))
print('-'*9)
#'''
#### TF tests ####
'''
#### TF tests ####
#'''
res_folder="res/brutus-tests/"
epochs= 150
inner_its = [1]
@ -169,4 +169,4 @@ if __name__ == "__main__":
#plot_resV2(log, fig_name=res_folder+filename, param_names=tf_names)
print('-'*9)
'''
#'''