Last updated 1 year ago
If you wish to export a model whose architecture is not already supported by the library, the PR can be used as a reference.
You can make sure tests pass for the new my_new_modeltype model type by running:
my_new_modeltype
Copied
pytest tests/exporters/tflite/test_*.py -k "my_new_modeltype" -s --exitfirst