6d5b199c791e608a99fa3e313624e2c4c7bba736,tensorlayer/visualize.py,,images2d,#Any#Any#Any#Any#Any#Any#,314
Before Change
for ic in range(1, col + 1):
if count > n_mask:
break
a = fig.add_subplot(col, row, count)
// logging.info(images[:,:,:,count-1].shape, n_row, n_col) // (5, 1, 32) 5 5
// plt.imshow(
// np.reshape(images[count-1,:,:,:], (n_row, n_col)),
// cmap="gray", interpolation="nearest") // theano
After Change
for ic in range(1, col + 1):
if count > n_mask:
break
fig.add_subplot(col, row, count)
// logging.info(images[:,:,:,count-1].shape, n_row, n_col) // (5, 1, 32) 5 5
// plt.imshow(
// np.reshape(images[count-1,:,:,:], (n_row, n_col)),
// cmap="gray", interpolation="nearest") // theano
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: tensorlayer/tensorlayer
Commit Name: 6d5b199c791e608a99fa3e313624e2c4c7bba736
Time: 2018-02-23
Author: luo.mai.cs@gmail.com
File Name: tensorlayer/visualize.py
Class Name:
Method Name: images2d
Project Name: tensorlayer/tensorlayer
Commit Name: 88d239631b9eb49527c21053d79d55e012f11a3c
Time: 2018-02-23
Author: dhsig552@163.com
File Name: tensorlayer/visualize.py
Class Name:
Method Name: CNN2d
Project Name: tensorlayer/tensorlayer
Commit Name: 6d5b199c791e608a99fa3e313624e2c4c7bba736
Time: 2018-02-23
Author: luo.mai.cs@gmail.com
File Name: tensorlayer/visualize.py
Class Name:
Method Name: draw_weights