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