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 function #2968

Open
digantamisra98 opened this issue Nov 20, 2019 · 3 comments
Open

Feature Request: Add Mish activation function #2968

digantamisra98 opened this issue Nov 20, 2019 · 3 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

@Menooker
Copy link

Thanks for the feature request. We will look into the activation function and consider adding it to our framework.

@digantamisra98
Copy link
Author

@Menooker are you still open to including Mish in the framework? It was recently added to PyTorch - pytorch/pytorch#58940

@jason-dai
Copy link
Contributor

@digantamisra98 I wonder if you are working on specific use cases for this on BigDL? FYI - we have already supported running distributed PyTorch on Spark in Analytics Zoo (e.g., see https://analytics-zoo.readthedocs.io/en/latest/doc/Orca/QuickStart/orca-pytorch-quickstart.html)

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

3 participants