mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 17:23:01 +00:00
typo
This commit is contained in:
parent
11f91a7cf4
commit
f4a2c742d9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def run(args):
|
||||||
batch_size=args.batch_size,
|
batch_size=args.batch_size,
|
||||||
feature_dim_in=args.feature_dim,
|
feature_dim_in=args.feature_dim,
|
||||||
|
|
||||||
model_arch=args.model_arch,
|
model_arch=args.arch,
|
||||||
metadata = read_metadata(args.input),
|
metadata = read_metadata(args.input),
|
||||||
shape_water_out=[ 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.
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue