Kuangzy
Kuangzy
Did inference with tflite-runtime, and got following errors. Seems need to add custom op in tflite. Any one can help? 20 interpreter = tflite.Interpreter(model_path="./model-sign/model_sign.tflite") ---> 21 interpreter.allocate_tensors() 25 input_details =...
I tried to convert [pointnet model](https://keras.io/examples/vision/pointnet/)(https://keras.io/examples/vision/pointnet/) to tensorflow probability model, but the results of the training were less than ideal. Can anyone help on this?
The first time to train, sparse_categorical_accuracy is about 0.9xxxx, but the second time or continous serval times will be sparse_categorical_accuracy: 0.0894 Is there something wrong with the model?
Hi Frightera: I am doing some test with pointnet to classify point cloud object. And there might be some other unknown object are not listed in training set. So I...