This commit is contained in:
Starbeamrainbowlabs 2022-09-06 15:37:36 +01:00
parent 3e13ad12c8
commit 4202821d98
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -55,7 +55,7 @@ def run(args):
feature_dim=args.feature_dim,
metadata = read_metadata(args.input),
shape_water=[ args.shape_water, args.shape_water ] # The DESIRED output shape. the actual data will be cropped to match this.
shape_water=[ 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)