-
Notifications
You must be signed in to change notification settings - Fork 105
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
Get rid of Activations enum #41
Comments
A good idea, I will think about it. Thanks |
What do you think about the next course of action:
|
I agree with your argument about the importance of customization and it's a part of Keras's spirit too. We should raise a discussion and ask the community about a few of the proposed API changes. |
Agree, such changes can break API, plus it can differ from Keras API, which is one more thing to consider before implementing such changes (since it can complicate adoption) |
I suppose we could go far from the basic Keras API in a few moments to be a more Kotlin framework adopting the best Kotlin features |
Activations
enum duplicatesActivation
interface and makes adding new activation function harder for library contributors and impossible for library users.Get rid of enum and add convenient "provider" service which stores activation functions objects.
The text was updated successfully, but these errors were encountered: