MaJ example simple + Suppression Nesterov momentum

This commit is contained in:
Harle, Antoine (Contracteur) 2020-02-17 17:32:54 -05:00
parent b170af076f
commit d53b385c43
4 changed files with 22 additions and 129 deletions

View file

@ -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).