Skip to content

Commit

Permalink
Update Training.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Algomancer authored Aug 18, 2023
1 parent 5471ffa commit a93cb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"outputs": [],
"source": [
"x_hat = bfn.sample(device='cuda', nb_steps=100).cpu().numpy()\n",
"x_hat = x_hat + (np.random.randn(*x_hat.shape) * 0.1)"
"x_hat = x_hat + (np.random.randn(*x_hat.shape) * 0.1) # add some noise so we can see it"
]
},
{
Expand Down

0 comments on commit a93cb4f

Please sign in to comment.