mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-03 11:40:46 +02:00
Lower min mag for wider TF parameters
This commit is contained in:
parent
bcaf145ddb
commit
7ddb4a41b8
1 changed files with 1 additions and 1 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue