ds eo: scale up rainfall data

It's taken most fo the afternoon to spot this one 🤦
This commit is contained in:
Starbeamrainbowlabs 2023-01-20 18:37:08 +00:00
parent 5b54ceec48
commit 35dbd3f8bc
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -49,7 +49,8 @@ dataset_train, dataset_validate = dataset_encoderonly(
dirpath_input=DIRPATH_INPUT,
filepath_heightmap=PATH_HEIGHTMAP,
batch_size=BATCH_SIZE,
windowsize=WINDOW_SIZE
windowsize=WINDOW_SIZE,
rainfall_scale_up=2
)