mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
MaJ example simple + Suppression Nesterov momentum
This commit is contained in:
parent
b170af076f
commit
d53b385c43
4 changed files with 22 additions and 129 deletions
|
@ -19,7 +19,7 @@ import kornia
|
|||
import random
|
||||
|
||||
#TF that don't have use for magnitude parameter.
|
||||
TF_no_mag={'Identity', 'FlipUD', 'FlipLR', 'Random', 'RandBlend', 'identity', 'flipUD', 'flipLR'}
|
||||
TF_no_mag={'Identity', 'FlipUD', 'FlipLR', 'Random', 'RandBlend', 'identity', 'flip'}
|
||||
#TF which implemetation doesn't allow gradient propagaition.
|
||||
TF_no_grad={'Solarize', 'Posterize', '=Solarize', '=Posterize', 'posterize','solarize'}
|
||||
#TF for which magnitude should be ignored (Magnitude fixed).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue