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

Import error when running unittests.py #2

Open
JuliusHuizing opened this issue Nov 1, 2022 · 0 comments
Open

Import error when running unittests.py #2

JuliusHuizing opened this issue Nov 1, 2022 · 0 comments

Comments

@JuliusHuizing
Copy link

JuliusHuizing commented Nov 1, 2022

unittests.py imports "ReLUModule" from modules, while in modules only the "ELUModule" class is defined per default.

Should we implement an ELUModule and change the import, or implement a ReLUModule and and thus keep the import in unittests.py but change the class name in the modules dir?

The unit tests seem to test RELU, so I assume the latter?

a PR for a possible fix: #1

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