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 392c844
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions notebooks/mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<Figure size 640x480 with 1 Axes>",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 392c844

Please sign in to comment.