Lower min mag for wider TF parameters

This commit is contained in:
Harle, Antoine (Contracteur) 2020-02-25 14:15:18 -05:00
parent bcaf145ddb
commit 7ddb4a41b8

View file

@ -29,7 +29,7 @@ TF_ignore_mag= TF_no_mag | TF_no_grad
# What is the max 'level' a transform could be predicted # What is the max 'level' a transform could be predicted
PARAMETER_MAX = 1 PARAMETER_MAX = 1
# What is the min 'level' a transform could be predicted # 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 #Dict containing the value for wich TF are closer to identity
#TF_identity={ #TF_identity={