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

Add Snake activation function #169

Closed
5 tasks
zaleslaw opened this issue Jul 29, 2021 · 2 comments · Fixed by #190
Closed
5 tasks

Add Snake activation function #169

zaleslaw opened this issue Jul 29, 2021 · 2 comments · Fixed by #190
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@zaleslaw
Copy link
Collaborator

The Snake activation function is missed in KotlinDL.

Read more about Snake

The desired PR addressing this issue should include:

  • Implementation of activation class named as SnakeActivation (you can take inspiration from the implementation of HardSigmoid as reference) added to the Activations.kt file
  • Documentation of activation function
  • JUnit tests in api module
  • Support for export of activation function to JSON (see ModelSaver.kt)
  • Support for import of activation function from JSON (see ModelLoader.kt)

P.S. If you want to take this ticket, please leave the comment below
P.P.S Read the Contributing Guidelines.

The reference implementation could be taken from tensorflow-addons

@zaleslaw zaleslaw added the good first issue Good for newcomers label Jul 29, 2021
@zaleslaw zaleslaw added this to the 0.3 milestone Jul 29, 2021
@cagriyildirimR
Copy link
Contributor

I would like to work on this issue.

@zaleslaw
Copy link
Collaborator Author

Will wait for your PR @cagriyildirimR !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants