From: François Fleuret Date: Mon, 24 Jun 2024 11:48:01 +0000 (+0200) Subject: Update. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc1de19bf86b2cfd09264dfc6fbda1937248a40a;p=culture.git Update. --- diff --git a/tasks.py b/tasks.py index 5edb472..64fe967 100755 --- a/tasks.py +++ b/tasks.py @@ -154,6 +154,9 @@ class World(Task): self.nb_batch_samples_world = input.size(0) self.nb_batch_samples_quizzes = 0 + # Shuffle + input = input[torch.randperm(input.size(0))] + if desc is None: desc = f"epoch-{split}" for batch in tqdm.tqdm(