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

Softplus activation #16

Closed
eduardramon opened this issue May 19, 2021 · 2 comments
Closed

Softplus activation #16

eduardramon opened this issue May 19, 2021 · 2 comments

Comments

@eduardramon
Copy link

Hey there,

This is not an issue, just a question. Using softplus activation is significantly slower than using for instance ReLU. Is there any technical (theoretical or practical) reason why you chose softplus in front of other more efficient activations?

Thank you!

@lioryariv
Copy link
Owner

Hi,
The theoretical reason we are using softplus rather than relu is because we enforcing the Eikonal regularization (equation 11 in the paper), hence we need a differentiable activation (relu is not differential at 0).
Note the for the rendere network we do use relu, since we don’t have such restriction.

Best
Lior

@eduardramon
Copy link
Author

Thanks for the fast answer @lioryariv !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants