-
Hello everyone, I was wondering if it is possible to implement a concatenate layer for Loihi using lava-dl. The following link (https://lava-nc.org/lava-lib-dl/netx/netx.html) says concatenate layer is supported in Loihi. However, I could not find the concatenate layer in the lava-dl documentation. I was wondering if there is an example code about how to implement a new layer for Loihi using lava-dl. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @lsy105, thanks for reaching out. This feature has not been implemented in NetX yet. The reason is that concatenation of ports is not supported in Lava (see here). Once it is enabled, it is easy to add support on NetX export and network generation. I would recommend requesting support for concatenating ports on Lava issues to push the development of this feature up in the Lava dev team's priority. |
Beta Was this translation helpful? Give feedback.
Hi @lsy105, thanks for reaching out. This feature has not been implemented in NetX yet. The reason is that concatenation of ports is not supported in Lava (see here). Once it is enabled, it is easy to add support on NetX export and network generation.
I would recommend requesting support for concatenating ports on Lava issues to push the development of this feature up in the Lava dev team's priority.