Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make 3 Fully connected layer #15

Open
cir17lc opened this issue Jan 11, 2021 · 1 comment
Open

How to make 3 Fully connected layer #15

cir17lc opened this issue Jan 11, 2021 · 1 comment

Comments

@cir17lc
Copy link

cir17lc commented Jan 11, 2021

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 !

@poxiao2
Copy link

poxiao2 commented Feb 24, 2022

I have the same question, have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants