From 7ddb4a41b89d46df9e64385b76754b39e326212b Mon Sep 17 00:00:00 2001 From: "Harle, Antoine (Contracteur)" Date: Tue, 25 Feb 2020 14:15:18 -0500 Subject: [PATCH] Lower min mag for wider TF parameters --- higher/smart_aug/transformations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/higher/smart_aug/transformations.py b/higher/smart_aug/transformations.py index 9a196a7..be70e33 100755 --- a/higher/smart_aug/transformations.py +++ b/higher/smart_aug/transformations.py @@ -29,7 +29,7 @@ TF_ignore_mag= TF_no_mag | TF_no_grad # What is the max 'level' a transform could be predicted PARAMETER_MAX = 1 # What is the min 'level' a transform could be predicted -PARAMETER_MIN = 0.1 +PARAMETER_MIN = 0.01 #Dict containing the value for wich TF are closer to identity #TF_identity={