X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=main.py;h=ed4adf52b62731b06995522e58dc7a49cb58352f;hb=59600257e0eda86816a43676c5ffbe598d78bdb5;hp=9c28e4789d86162f0be41763b2e27232d002ddd5;hpb=687d5b2d9f465577665991b84faec7c789685271;p=picoclvr.git diff --git a/main.py b/main.py index 9c28e47..ed4adf5 100755 --- a/main.py +++ b/main.py @@ -366,7 +366,7 @@ if args.task == "sandbox": # problem, # problems.ProblemAddition(zero_padded=False, inverted_result=False), # problems.ProblemLenId(len_max=args.sandbox_levels_len_source), - problems.ProblemTwoTargets(len_total=12, len_targets=4), + problems.ProblemTwoTargets(len_total=16, len_targets=4), nb_train_samples=args.nb_train_samples, nb_test_samples=args.nb_test_samples, batch_size=args.batch_size,