Closed Sillobear closed 1 year ago
It seems that the need for a monotonically increasing function is no longer present. The current FPPrecomputedMonotonicIncreasingModule
could also handle non-monotonically increasing functions. I will rename this module to make it clear.
The swish activation function is not monotonously increasing but implements
FPPrecomputedMonotonicIncreasingModule
. Although the implementation looks fine. See discussion in PR #281