From: François Fleuret Date: Tue, 25 Jun 2024 16:19:02 +0000 (+0200) Subject: Update. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;ds=inline;h=3bb50442e264446ea94308aef86a4d2a7024417f;p=culture.git Update. --- diff --git a/problem.py b/problem.py index 25ffc49..354235e 100755 --- a/problem.py +++ b/problem.py @@ -7,11 +7,14 @@ class Problem: + # returns a nb x (L+1+L) long tensor 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): pass + # returns a pair (forward_tokens, backward_token) def direction_tokens(self): pass