We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d785da7 commit 9ab0828Copy full SHA for 9ab0828
tensorlayer/visualize.py
@@ -499,3 +499,6 @@ def draw_weights(W=None, second=10, saveable=True, shape=None, name='mnist', fig
499
else:
500
plt.draw()
501
plt.pause(second)
502
+
503
504
+W = draw_weights
0 commit comments