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
I see, thanks. In principle, if Shifted_Softplus was in a previous release, we'd have to deprecate it and remove it only when we'll release 2.0. If that's the case, we could just change their name and do
classShifted_Softplus(ShiftedSoftplus):
def__init__(...):
warn('Shifted_Softplus is deprecated use ShiftedSoftplus instead.')
super().__init__(...)
The text was updated successfully, but these errors were encountered:
In a future release, should we remove the underscore from custom activation classes
Custom_Sigmoid
andShifted_Softplus
?From #135
The text was updated successfully, but these errors were encountered: