Update.
[picoclvr.git] / tasks.py
index d21e264..d680951 100755 (executable)
--- 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()