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 could I change layers to multi_layer #5

Open
lagka opened this issue Oct 29, 2018 · 1 comment
Open

how could I change layers to multi_layer #5

lagka opened this issue Oct 29, 2018 · 1 comment

Comments

@lagka
Copy link

lagka commented Oct 29, 2018

I change the parameter layers from [64] to [64,128,256,128,64],and I meet the error "InvalidArgumentError (see above for traceback): slice index 4 of dimension 0 out of bounds."
How could I fix it

@lagka lagka changed the title how can I change layers to multi_layer how could I change layers to multi_layer Oct 29, 2018
@demien
Copy link

demien commented Nov 26, 2018

I think you need to extend the keep_prob. The size should be (1 + #deep layer). 1 + 5 as your case.

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