ONNX Opset 11 with "SIZES" field as input tensor is not working

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • TI Deep Learning Library
    • TIDL-1333
    • REL.TIDL.J7.01.04.00.00
    • REL.TIDL.J7.08.00.00.00
    • j721e-evm
    • Instead of using "SIZES" field use "SCALES" field to provide the scale ratio for resize

      ONNX Opset 11 Resize layer parameters are not parsed correctly when user uses the SIZES field instead of SCALE

      scales : tensor(float)

      The scale array along each dimension. It takes value greater than 0. If it's less than 1, it's sampling down, otherwise, it's upsampling. The number of elements of 'scales' should be the same as the rank of input 'X'. Only one of 'scales' and 'sizes' can be specified. If 'size' is needed, the user can use an empty string as the name of 'scales' in this operator's input list.

      sizes (optional) : tensor(int64)

      The size of the output tensor. The number of elements of 'sizes' should be the same as the rank of input 'X'. Only one of 'scales' and 'sizes' can be specified.

       

      Results in : Hang/Crash

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-2914 - ONNX Opset 11 with "SIZES" field as...
                SYNCHRONIZED
                • Last Sync Date: