mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
and again
This commit is contained in:
parent
4cd8fc6ded
commit
404dc30f08
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def run(args):
|
|||
feature_dim_in=args.feature_dim,
|
||||
|
||||
metadata = read_metadata(args.input),
|
||||
shape_water=[ args.water_size, args.water_size ] # The DESIRED output shape. the actual data will be cropped to match this.
|
||||
shape_water_out=[ args.water_size, args.water_size ] # The DESIRED output shape. the actual data will be cropped to match this.
|
||||
)
|
||||
|
||||
ai.train(dataset_train, dataset_validate)
|
||||
|
|
Loading…
Reference in a new issue