X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=tasks.py;h=d680951b4090c2df8858b07786cc6292232b018a;hb=21ed4aa91d0f1ac87ec684d8808e5ced552ad457;hp=d21e2648466a606b3067fc680feb7305a6b95781;hpb=8ea809c43242d3a2e063692105919a86c3f6fe6b;p=picoclvr.git diff --git a/tasks.py b/tasks.py index d21e264..d680951 100755 --- a/tasks.py +++ b/tasks.py @@ -99,7 +99,6 @@ class TaskFromFile(Task): ).to("cpu") if shuffle: - print("SHUFFLING!") i = torch.randperm(input.size(0)) input = input[i].contiguous() pred_mask = pred_mask[i].contiguous()