mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
ds eo: scale up rainfall data
It's taken most fo the afternoon to spot this one 🤦
This commit is contained in:
parent
5b54ceec48
commit
35dbd3f8bc
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ dataset_train, dataset_validate = dataset_encoderonly(
|
||||||
dirpath_input=DIRPATH_INPUT,
|
dirpath_input=DIRPATH_INPUT,
|
||||||
filepath_heightmap=PATH_HEIGHTMAP,
|
filepath_heightmap=PATH_HEIGHTMAP,
|
||||||
batch_size=BATCH_SIZE,
|
batch_size=BATCH_SIZE,
|
||||||
windowsize=WINDOW_SIZE
|
windowsize=WINDOW_SIZE,
|
||||||
|
rainfall_scale_up=2
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue