I hate VSCode's git commit interface

it doesn't let you ammend
This commit is contained in:
Starbeamrainbowlabs 2022-12-08 18:58:54 +00:00
parent b3345963f3
commit c27869630a
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -79,7 +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
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.