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

MLP should warn before ignoring width or depth keyword argument #298

Open
han-ol opened this issue Feb 4, 2025 · 1 comment
Open

MLP should warn before ignoring width or depth keyword argument #298

han-ol opened this issue Feb 4, 2025 · 1 comment

Comments

@han-ol
Copy link
Contributor

han-ol commented Feb 4, 2025

Regarding networks.mlp.
If widths (tuple) is not passed, and either only width or only depth is passed, the current implementation does not warn about ignoring the passed argument.

@stefanradev93
Copy link
Contributor

@LarsKue Let's discuss this. Also, currently specifying different widths as a tuple errors when using residual=True.

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