X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=problem.py;h=95a9c4180be0bbac89bd19b8329b80c22942a72f;hb=4f0057b363762698f90eea05de154e62b6883bd0;hp=354235ee4e6fc7b525694b63341137d5fefde475;hpb=3bb50442e264446ea94308aef86a4d2a7024417f;p=culture.git diff --git a/problem.py b/problem.py index 354235e..95a9c41 100755 --- a/problem.py +++ b/problem.py @@ -7,12 +7,13 @@ class Problem: - # returns a nb x (L+1+L) long tensor + # returns a nb x (L+1+L) long tensor where L is the length of one + # of the two states of a quizz def generate_seq(self, nb): pass # save a file to vizualize quizzes, you can save a txt or png file - def save_quizzes(self, input, result_dir, filename_prefix, logger): + def save_quizzes(self, input, result_dir, filename_prefix): pass # returns a pair (forward_tokens, backward_token)