Adnios opened a new pull request #20320:
URL: https://github.com/apache/incubator-mxnet/pull/20320


   ## Description ##
   Add Mish Activation Function.
   Related issus: https://github.com/apache/incubator-mxnet/issues/16841
   The pr(https://github.com/apache/incubator-mxnet/pull/17696) seem to be dead.
   
   ## Checklist ##
   ### Essentials ###
   - [x] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], 
[FEATURE], [DOC], etc)
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage
   - [ ] Code is well-documented
   
   ### Changes ###
   - [x] Add native mish implementation
   - [x] Integrate oneDNN implementation
   
   ## Comments ##
   - This is mostly a copycat of log_sigmoid activation function. I referenced 
a lot of code during the implementation.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to