STT-tensorflow/.github/ISSUE_TEMPLATE/60-tflite-converter-issue.md
Ashwin Murthy f0ff56e9e2 Update TFLite converter bug template to add a note about RNN conversion
PiperOrigin-RevId: 307648781
Change-Id: I686965788cc35bc2c40bd76062902f6bdd84f605
2020-04-21 11:45:35 -07:00

1.3 KiB
Raw Permalink Blame History

name about labels
TensorFlow Lite New Converter Issue Use this template for reporting issues during model conversion to TFLite TFLiteConverter

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
  • TensorFlow installed from (source or binary):
  • TensorFlow version (or github SHA if from source):

Command used to run the converter or code if youre using the Python API If possible, please share a link to Colab/Jupyter/any notebook.

# Copy and paste here the exact command

The output from the converter invocation

# Copy and paste the output here.

Also, please include a link to the saved model or GraphDef

# Put link here or attach to the issue.

Failure details If the conversion is successful, but the generated model is wrong, state what is wrong:

  • Producing wrong results and/or decrease in accuracy
  • Producing correct results, but the model is slower than expected (model generated from old converter)

RNN conversion support If converting TF RNN to TFLite fused RNN ops, please prefix [RNN] in the title.

Any other info / logs

Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.