Update.
[culture.git] / problem.py
index 354235e..95a9c41 100755 (executable)
@@ -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)