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

build_gradient_node is not supperted for Sigmoid and Tanh. #45

Open
Walleclipse opened this issue Apr 24, 2023 · 2 comments
Open

build_gradient_node is not supperted for Sigmoid and Tanh. #45

Walleclipse opened this issue Apr 24, 2023 · 2 comments
Labels
feature request New feature or request

Comments

@Walleclipse
Copy link

Walleclipse commented Apr 24, 2023

Thanks for the great work.

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?

@Walleclipse 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 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
@shizhouxing
Copy link
Member

Hi @Walleclipse , we are working on generalizing the library to other activations but perhaps it won't be finished and released shortly.

@Walleclipse
Copy link
Author

Thank you for your reply. I am looking forward to your next version.

@shizhouxing shizhouxing added the feature request New feature or request label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants