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)
After Change
for ic in range(1, col + 1):
if count > n_mask:
break
fig.add_subplot(col, row, count)

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