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

Silent failure when layer_out_dims is not long enough to include middle modules #94

Open
jdunnmon opened this issue Nov 17, 2018 · 0 comments

Comments

@jdunnmon
Copy link
Contributor

This condition:

if num_mid_layers == 0:

Causes the middle modules to just not be added. We should have a check here to either (a) make sure that the number of middle modules match up with the number specified or (b) at least print a statement to inform the user that we're ignoring their middle modules.

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

1 participant