I trained autoalbument with 11 epochs on my dataset and I think that's enough (the Average Parameter change oscillating with small amount). The output config has an augmentation with really big scale limit (around 9) and it's unusable on my dataset. So I added value_range to Scale operation like this:
I trained autoalbument with 11 epochs on my dataset and I think that's enough (the Average Parameter change oscillating with small amount). The output config has an augmentation with really big scale limit (around 9) and it's unusable on my dataset. So I added value_range to Scale operation like this:
so I can go in search.yaml to change the value of value_range