mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
Debut implementation Dataugv5
This commit is contained in:
parent
103277fadd
commit
05f81787d6
3 changed files with 31 additions and 58 deletions
|
@ -649,6 +649,7 @@ def run_dist_dataugV2(model, epochs=1, inner_it=0, dataug_epoch_start=0, print_f
|
|||
print('Data Augmention : {} (Epoch {})'.format(model._data_augmentation, dataug_epoch_start))
|
||||
print('TF Proba :', model['data_aug']['prob'].data)
|
||||
#print('proba grad',aug_model['data_aug']['prob'].grad)
|
||||
print('TF Mag :', model['data_aug']['mag'].data)
|
||||
#############
|
||||
#### Log ####
|
||||
data={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue