This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: TIDL Softmax max input size

Part Number: TDA4VM

Dear experts,

I am asking this question on behalf of our customer.

What's the max input size of Softmax layer? they tried 1x1x1x98304, but got error.

Thanks & Best Regards!

ZM

  • Hi ZM,

    I don't think there are any restrictions on the Max input size, however few variables used for Pitch were type casted to "uint16_t" and hence you may getting the error. You can change them (inPitch, outPitch) to int32_t and check.

    BTW, what was the error seen with this 1x1x1x98304 ?

    Thanks,

    Praveen