zldrobit / onnx_tflite_yolov3

A Conversion tool to convert YOLO v3 Darknet weights to TF Lite model (YOLO v3 PyTorch > ONNX > TensorFlow > TF Lite), and to TensorRT (YOLO v3 Pytorch > ONNX > TensorRT).
GNU General Public License v3.0
69 stars 26 forks source link

Converting unsupported operation: PyFunc #5

Closed JacobLau84 closed 4 years ago

JacobLau84 commented 4 years ago

2020-02-06 12:30:26.836297: I tensorflow/lite/toco/import_tensorflow.cc:659] Converting unsupported operation: PyFunc 2020-02-06 12:30:26.836358: F tensorflow/lite/toco/import_tensorflow.cc:114] Check failed: attr.value_case() == AttrValue::kType (1 vs. 6) Fatal Python error: Aborted

请问您有遇到过这个问题吗?

zldrobit commented 4 years ago

没有遇到过。 不知道你用的是什么版本的环境?在进行哪一步操作?