Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 5, 2023
1 parent 558379c commit c40d669
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebooks/mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c40d669

Please sign in to comment.