Skip to content

Commit b9d94c4

Browse files
committed
Merge branch 'fall18' of https://github.com/yandexdataschool/practical_dl into fall18
2 parents b101dc3 + 66d4d47 commit b9d94c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week02_autodiff/seminar_tensorflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
"\n",
629629
" \n",
630630
"print (\"resulting weights:\")\n",
631-
"plt.imshow(shared_weights.get_value().reshape(8, -1))\n",
631+
"plt.imshow(sess.run(weights).reshape(8, -1))\n",
632632
"plt.colorbar();"
633633
]
634634
},

0 commit comments

Comments
 (0)