mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
missing arg pass
This commit is contained in:
parent
3dde9b69da
commit
b3345963f3
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ def run(args):
|
|||
model_arch_enc = args.arch_enc,
|
||||
model_arch_dec = args.arch_dec,
|
||||
learning_rate = args.learning_rate,
|
||||
heightmap_input = args.heightmap is not None
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue