ncskth / bifrost

GNU Lesser General Public License v3.0
4 stars 1 forks source link

Implement parser-combinator translation from ONNX -> IR #1

Open Jegp opened 2 years ago

biphasic commented 2 years ago

hey, I'm interested in this! Is it currently possible to convert let's say a LIF layer in Norse to an ONNX model? I was wondering if we should contribute definitions for SNN models to https://github.com/onnx/onnx/tree/master/onnx/defs ?

Jegp commented 2 years ago

Thanks for reaching out! It's possible, but it's not easy. Specifically, there are no primitives for a "LIF" layer (e. g.) so one has to "dig" it out of the ONNX model. Contributing definitions would make this much simpler, but it would be challenging to standardize the notion of the neuron models. I would love to continue this discussion, but I think it's practically challenging to do for any one individual. If you have an interest, we may be able to figure something out together.