Help Needed with MaxPool3D and QuantConv3D in FINN for 5D Tensor Input #1265
Unanswered
PedroAntunes178
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
-
Hi everyone,
Has anyone worked with MaxPool3D and QuantConv3D in FINN? I'm currently implementing a neural network with a 5-dimensional input tensor (5D tensor) and encountered an issue when running the following command:
build.build_dataflow_cfg(model_filename, cfg_estimates)
I receive the following error:
It seems this error is caused by an undefined DataLayout. From what I understand, FINN does not support tensors with dimensions ["N", "C", "H", "W", "L"].
Can anyone confirm if FINN indeed lacks support for this data layout? Additionally, is there a workaround or recommended approach for using a 5D tensor as input to a neural network in FINN?
Any guidance or advice would be greatly appreciated.
Thank you!
Pedro
Beta Was this translation helpful? Give feedback.
All reactions