From 392c844c685522d932459c29a6749844b0e97530 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 | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/notebooks/mnist.ipynb b/notebooks/mnist.ipynb index 8075813..f03a945 100644 --- a/notebooks/mnist.ipynb +++ b/notebooks/mnist.ipynb @@ -493,15 +493,8 @@ }, { "cell_type": "code", - "execution_count": 96, + "execution_count": 97, "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "tensor(0.) tensor(255.)\n" - ] - }, { "data": { "text/plain": "
", @@ -541,7 +534,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", @@ -553,8 +545,8 @@ "metadata": { "collapsed": false, "ExecuteTime": { - "end_time": "2023-11-05T13:50:56.204339Z", - "start_time": "2023-11-05T13:50:55.381746Z" + "end_time": "2023-11-05T14:00:13.045356Z", + "start_time": "2023-11-05T14:00:12.120519Z" } }, "id": "210ef711f7b685a6"