WARNING: The shape inference of ::LearnablePerTensorAffine type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.
when I use:
input_shape={'data': [1, 3, 224, 224]}
convert_deploy(model, BackendType.ONNX_QNN, input_shape)
can we ignore this warning ?