Run on iOS error?
Hello,
I am getting the following error in my debug when trying to run this:
'Skipped adding default_function to entry point: main as PropagateInputTensorShapes failed when propagating default shape with error message: Validation error during type inference for range_1d: at /private/var/containers/Bundle/Application/.../SAM2_1TinyPromptEncoderFLOAT16.mlmodelc/model.mil:33:12: Param 'end' has incorrect type for operator 'range_1d'. Expected { fp16, fp32, int32 }; got tensor<int32, [1]>.
E5RT encountered an STL exception. msg = Failed to PropagateInputTensorShapes: Validation error during type inference for range_1d: ... (11)
E5RT: Failed to PropagateInputTensorShapes: Could not infer a new output shape for conv_transpose when "output_shape" is given as an input. If you would like the op output shape to change according to the new input, try removing "output_shape" with caution. (11)'
Has anyone run into this?