mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
ai: knew it
This commit is contained in:
parent
ef0f15960d
commit
b0e1aeac35
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def run(args):
|
|||
feature_dim=args.feature_dim,
|
||||
|
||||
shape_rainfall=dataset_metadata["rainfallradar"],
|
||||
shape_water=[ math.floor(value * 0.75) for value in dataset_metadata["waterdepth"] ]
|
||||
shape_water=[ math.ceil(value * 0.75) for value in dataset_metadata["waterdepth"] ]
|
||||
)
|
||||
|
||||
ai.train(dataset_train, dataset_validate)
|
||||
|
|
Loading…
Reference in a new issue