How to split a 3 channel tensor to process each channel separately using FINN. #1079
Unanswered
Arbiter-glitch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you tell me whether it's possible to split a 3-channel tensor to three separate single channel tensors and process them separately in separate networks using finn. Because when a split node is introduced, I don't know how to convert it. How do I introduce a fork in onnx model. I found a concat layer but no split?
Beta Was this translation helpful? Give feedback.
All reactions