"NumChannels" of get_nodeattr() #551
-
Trying to follow the cnv_end2end_example, the function to_hls.InferThresholdingLayer() takes the first index array of the multi-threshold which is [3] (this is also the original number of channels for my model). However this 3 is compared with the NumChannels which for some reason is returned by get_nodeattr() as 150 (which is the image size). These are of course not the same and causes the line to fall over with error AssertionError: Channels of threshold matrix are not as expected (mh). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
did you ever find a solution to this problem? I am encountering the same issue with my convolutional Neural Network. |
Beta Was this translation helpful? Give feedback.
did you ever find a solution to this problem? I am encountering the same issue with my convolutional Neural Network.