X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=tasks.py;h=04b8f84577097a7ef3de515fa90f6a461429e7e5;hb=1406521aecaab783d2ea267b0f973ac17e091bf7;hp=cec670461cbccd25ab12c56bf6ceeadae63e6e6d;hpb=e244104e7b697b79e8500b5d648ec161c4ed9a63;p=picoclvr.git diff --git a/tasks.py b/tasks.py index cec6704..04b8f84 100755 --- a/tasks.py +++ b/tasks.py @@ -809,9 +809,8 @@ class Expr(Task): nb_train_samples, nb_variables=nb_variables, length=sequence_length, - # length=2 * sequence_length, - # randomize_length=True, ) + test_sequences = expr.generate_sequences( nb_test_samples, nb_variables=nb_variables,