I only have one fully connected layer in my conv net. However, when I try to remove it from list num_list = [1, 500] I get add_layer(patches, colors, size=size_list[ind], num=num_show_list[ind], IndexError: list index out of range How do I solve this problem?