draw_convnet icon indicating copy to clipboard operation
draw_convnet copied to clipboard

How to make 3 Fully connected layer

Open cir17lc opened this issue 4 years ago • 1 comments

Hi, thanks for the code. However for my problem I have 3 fully connected layer, however when change size_list = [(fc_unit_size, fc_unit_size)] * 4 , num_list = [4500, 4500,4500, 1148] I have this error _IndexError: index 3 is out of bounds for axis 0 with size 3

Do you know how to overcome this ? Thanks !

cir17lc avatar Jan 11 '21 16:01 cir17lc

I have the same question, have you solved it?

poxiao2 avatar Feb 24 '22 15:02 poxiao2