dmlc / dmlc/MXNet.jl

Is creation of custom operators supported?

Open
#166 7 comments 0 reactions 1 assignee Claimed by @vchuravy View on GitHub
Dominant language
No language data
Stars
369
Forks
63
PR merge metrics
No merged PRs in 30d

Description

In the MXNet docs there's a section on how to create new custom operators (Layers) and the doc there suggests this can be done in the "front-end" language - Python is suggested, but I'm wondering if this is doable in Julia as well? The document talks about using CustomOp for doing this, but I'm not seeing that under mx.

Specifically, their example code for Python shows:

class Softmax(mx.operator.CustomOp)
...

I'm not seeing an mx.operator.CustomOp when I search around in the Julia REPL.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.