JNing

Results 2 issues of JNing

Hi author, I encountered an unsupported when converting [face_landmark_with_attention.tflite](https://github.com/google/mediapipe/blob/master/mediapipe/modules/face_landmark/face_landmark_with_attention.tflite) to onnx: ``` Data type float16 not supported/tested yet, the generated model may contain error NotImplementedError: Unsupported TFLite OP: 32 CUSTOM!...

Operator

Hi author, I encountered some unsupported when converting [face_landmark_with_attention.tflite](https://github.com/google/mediapipe/blob/master/mediapipe/modules/face_landmark/face_landmark_with_attention.tflite) to onnx: ```bash python -m tf2onnx.convert --opset 16 --tflite face_landmark_with_attention.tflite --output model.onnx ``` The error is as follows: ``` RuntimeWarning: 'tf2onnx.convert'...

unsupported ops