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

Feature Request: Add Mish activation #93

Closed
digantamisra98 opened this issue Nov 21, 2019 · 5 comments
Closed

Feature Request: Add Mish activation #93

digantamisra98 opened this issue Nov 21, 2019 · 5 comments

Comments

@digantamisra98
Copy link

Mish is a new novel activation function proposed in this paper.
It has shown promising results so far and has been adopted in several packages including:

All benchmarks, analysis and links to official package implementations can be found in this repository

It would be nice to have Mish as an option within the activation function group.

This is the comparison of Mish with other conventional activation functions in a SEResNet-50 for CIFAR-10: (Better accuracy and faster than GELU)
se50_1

@JamesLear92
Copy link

I've just raised a pull request to implement this:
#94

@digantamisra98
Copy link
Author

@JamesLear92 Thanks for the consideration

@JamesLear92
Copy link

@digantamisra98
I've now got it working on cuda so the pull request is ready for merge

@digantamisra98
Copy link
Author

@JamesLear92 awesome. I'll look forward to giving it a try once merged. Thanks!

@JamesLear92
Copy link

@Sergio0694
Hi, are you happy to merge the my pull request?

PatriceDargenton added a commit to PatriceDargenton/NeuralNetwork.NET that referenced this issue Jul 4, 2021
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