Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update onnx to tflite conversion to remove onnx-tf #75

Open
dscripka opened this issue Oct 28, 2023 · 1 comment
Open

Update onnx to tflite conversion to remove onnx-tf #75

dscripka opened this issue Oct 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dscripka
Copy link
Owner

There is an alternate way to convert .onnx models to tflite that doesn't require the no-longer-maintained onnx-tf library:

#70 (comment)

The training scripts and example notebooks should be updated to use this method.

@dscripka dscripka added the enhancement New feature or request label Oct 28, 2023
@alior101
Copy link

Found another way:
with https://github.com/MPolaris/onnx2tflite.git
converter.py --weights "/my_custom_model/al-lexa.onnx" --outpath "/my_custom_model/" --formats "tflite"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants