From c40d669f3ef735c51a37e5fa698fc6369665d151 Mon Sep 17 00:00:00 2001 From: Steven Braun Date: Sun, 5 Nov 2023 14:59:50 +0100 Subject: [PATCH] Remove print statement --- notebooks/mnist.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/notebooks/mnist.ipynb b/notebooks/mnist.ipynb index 8075813..87f7514 100644 --- a/notebooks/mnist.ipynb +++ b/notebooks/mnist.ipynb @@ -541,7 +541,6 @@ "recs[..., marginalized_scopes] = (\n", " recs[..., marginalized_scopes] / recs[..., marginalized_scopes].max(2, keepdim=True)[0] * (2**n_bits - 1)\n", ")\n", - "print(recs[..., marginalized_scopes].min(), recs[..., marginalized_scopes].max())\n", "\n", "test_x = test_x.view(-1, 1, image_size, image_size)\n", "test_x_marginalized = test_x_marginalized.view(-1, 1, image_size, image_size)\n",