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
When I use the Sigmoid activation function. It raises and NotImplementedError: " Function bound_forward of BoundSigmoid(name="/18") is not supported yet"
I think it is because there is no build_gradient_node function for Sigmoid and Tanh.
Do you have the plan to implement bound computing for activations like Sigmoid, and Tanh?
The text was updated successfully, but these errors were encountered:
Walleclipse
changed the title
Does not support bound for Sigmoid activation function.
Does not support bound_forward for Sigmoid activation function.
Apr 24, 2023
Walleclipse
changed the title
Does not support bound_forward for Sigmoid activation function.
build_gradient_node is not supperted for Sigmoid and Tanh.
Apr 24, 2023
Thanks for the great work.
When I use the Sigmoid activation function. It raises and NotImplementedError: " Function
bound_forward
ofBoundSigmoid(name="/18")
is not supported yet"I think it is because there is no build_gradient_node function for Sigmoid and Tanh.
Do you have the plan to implement bound computing for activations like Sigmoid, and Tanh?
The text was updated successfully, but these errors were encountered: