mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
I hate VSCode's git commit interface
it doesn't let you ammend
This commit is contained in:
parent
b3345963f3
commit
c27869630a
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def run(args):
|
||||||
model_arch_enc = args.arch_enc,
|
model_arch_enc = args.arch_enc,
|
||||||
model_arch_dec = args.arch_dec,
|
model_arch_dec = args.arch_dec,
|
||||||
learning_rate = args.learning_rate,
|
learning_rate = args.learning_rate,
|
||||||
heightmap_input = args.heightmap is not None
|
heightmap_input = args.heightmap is not None,
|
||||||
|
|
||||||
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