Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemcdonald committed Jul 2, 2015
1 parent a02ad16 commit 304127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dream.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
" src.data[0] = np.roll(np.roll(src.data[0], ox, -1), oy, -2) # apply jitter shift\n",
" \n",
" net.forward(end=end)\n",
" dst.diff[:] = dst.data # specify the optimiation objective\n",
" dst.diff[:] = dst.data # specify the optimization objective\n",
" net.backward(start=end)\n",
" g = src.diff[0]\n",
" # apply normaized ascent step to the input image\n",
Expand Down

0 comments on commit 304127a

Please sign in to comment.