You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: