Skip to content

Commit 9ab0828

Browse files
zsdonghaoluomai
authored andcommitted
add hint to use new API (#379)
1 parent d785da7 commit 9ab0828

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tensorlayer/visualize.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,3 +499,6 @@ def draw_weights(W=None, second=10, saveable=True, shape=None, name='mnist', fig
499499
else:
500500
plt.draw()
501501
plt.pause(second)
502+
503+
504+
W = draw_weights

0 commit comments

Comments
 (0)