diff --git a/Scripts/downscale.sh b/Scripts/downscale.sh index 5938827ef5e909e4835dc6444e4e798c7c86a2c2..385ae3e145c2d8452606abf4cc37f89c8e72946a 100644 --- a/Scripts/downscale.sh +++ b/Scripts/downscale.sh @@ -5,8 +5,7 @@ conda activate climax cd ~/git/climax # loss functions -LOSS=(BernoulliGammaLoss(min_amount=1) BernoulliWeibullLoss(min_amount=1) - L1Loss() MSELoss()) +LOSS=(BernoulliGammaLoss(min_amount=1) BernoulliWeibullLoss(min_amount=1) L1Loss() MSELoss()) # wet day thresholds to test # WET_DAY_THRESHOLDS=(0 0.5 1 2 3 5)