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
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 Snake activation function is missed in KotlinDL.
Read more about Snake
The desired PR addressing this issue should include:
SnakeActivation
(you can take inspiration from the implementation ofHardSigmoid
as reference) added to theActivations.kt
fileapi
moduleP.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
The text was updated successfully, but these errors were encountered: