-
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