Skip to content

Commit

Permalink
Update draw_convnet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuyuan Liu committed Jul 4, 2018
1 parent b152bdc commit 14f3e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draw_convnet.py
Expand Up @@ -164,7 +164,7 @@ def label(xy, text, xy_off=[0, 4]):
num_show_list = list(map(min, num_list, [NumConvMax] * len(num_list)))
top_left_list = np.c_[np.cumsum(x_diff_list), np.zeros(len(x_diff_list))]

for ind in range(len(size_list)):
for ind in range(len(size_list)-1,-1,-1):
if flag_omit:
add_layer_with_omission(patches, colors, size=size_list[ind],
num=num_list[ind],
Expand Down

0 comments on commit 14f3e62

Please sign in to comment.