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
There is some design work to do with the activation functions and constraints to gain more code reuse and expand the list of supported activations.
This issue originally came from a PR comment by @jalving.
add_constraint=True is not used here
net_block and net are also not used in activation methods. we should discuss whether we need them. they might be there for consistency on the calling side.
There is some design work to do with the activation functions and constraints to gain more code reuse and expand the list of supported activations.
This issue originally came from a PR comment by @jalving.
add_constraint=True is not used here
net_block
andnet
are also not used in activation methods. we should discuss whether we need them. they might be there for consistency on the calling side.Originally posted by @jalving in #24 (comment)
The text was updated successfully, but these errors were encountered: