PyTorch-ONNX-TFLite icon indicating copy to clipboard operation
PyTorch-ONNX-TFLite copied to clipboard

Conversion of PyTorch Models into TFLite

Results 7 PyTorch-ONNX-TFLite issues
Sort by recently updated
recently updated
newest added

Hello How are you? Thanks for contributing to this project. I converted my PyTorch model to the TFLite model as your method. But this TFLite model is different from the...

dear, Thanks for your great work. when I run tf_rep.export_graph(tf_model_path) in "onnx_to_tf.py". It throw error like following: " File "/home/ateam/code/PyTorch-ONNX-TFLite/conversion/onnx_to_tf.py", line 9, in tf_rep.export_graph(tf_model_path) File "/home/ateam/onnx-tensorflow/onnx_tf/backend_rep.py", line 107, in export_graph...

does this support tflite select ops? Thanks

Hello! I have followed your (very useful) guide on the conversion from pytorch to tflite, using onnx as the "middle step". While all the conversions work fine, I have noticed...

It would be very helpful to have the full requirements folder, not only the versions of tensorflow and pytorch. As well the exact version of python, used for the project,...