Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Selu Operator not present in MXNet #11496

Closed
anirudhacharya opened this issue Jun 29, 2018 · 8 comments
Closed

Selu Operator not present in MXNet #11496

anirudhacharya opened this issue Jun 29, 2018 · 8 comments

Comments

@anirudhacharya
Copy link
Member

anirudhacharya commented Jun 29, 2018

Operator definition
y = gamma * (alpha * e^x - alpha) for x <= 0,
y = gamma * x for x > 0

@nswamy please label this - "Operator", "Feature Request"

@szha
Copy link
Member

szha commented Jun 29, 2018

we have it in gluon. https://mxnet.incubator.apache.org/versions/master/api/python/gluon/nn.html?highlight=selu#mxnet.gluon.nn.SELU

@frankfliu
Copy link
Contributor

Hi @anirudhacharya, thanks for submitting issue. @sandeep-krishnamurthy requesting this be labeled.

@gigasquid
Copy link
Member

Thanks - It will be great to have selu available to the other language bindings too 👍

@Ldpe2G
Copy link
Contributor

Ldpe2G commented Jul 8, 2018

@gigasquid
Copy link
Member

@Ldpe2G thanks for the reference. really nice 💯

@nswamy
Copy link
Member

nswamy commented Jul 9, 2018

@Ldpe2G @gigasquid I am wondering if this should be implemented on the backend so all languages can benefit.

@gigasquid
Copy link
Member

@nswamy Yes, I still think it would be beneficial to have it implemented in the backend. It would be best if users did not have to implement it themselves and could have it as a standard activation. I also appreciate the example from @Ldpe2G which is a nice reference for implementing operators, (especially using the where). I might port that into a Clojure example :)

@haojin2
Copy link
Contributor

haojin2 commented Aug 7, 2018

The fix for this issue is in #12059

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

No branches or pull requests

8 participants