littleeboy
Results
1
issues of
littleeboy
in deep_convnet.py `pre_node_nums = np.array([1*3*3, 16*3*3, 16*3*3, 32*3*3, 32*3*3, 64*3*3, 64*4*4, hidden_size])` how to compute the neurons number in each convolution layer? why not `pre_node_nums = np.array([1*3*3, 16, 16, 32,...