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

[Feature] Add Activation layer #35

Closed
zaleslaw opened this issue Jan 21, 2021 · 1 comment
Closed

[Feature] Add Activation layer #35

zaleslaw opened this issue Jan 21, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@zaleslaw
Copy link
Collaborator

We need a separate Activation layer because of #34. In many cases, the BatchNorm layer sits between the previous layer with the Linear Activation function and its own non-linear Activation function.

Also, it's important for Transfer Learning on Keras models, due to the widely used separate Activation layer.

@zaleslaw zaleslaw self-assigned this Jan 21, 2021
@zaleslaw zaleslaw added the enhancement New feature or request label Jan 21, 2021
@zaleslaw zaleslaw added this to the 0.2 milestone Jan 21, 2021
@zaleslaw
Copy link
Collaborator Author

The Activation Layer + special ReLU layer were added, I close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant