• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: TensorFlow Lite New Converter Issue
3about: Use this template for reporting issues during model conversion to TFLite.
4
5---
6
7
8**System information**
9- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
10- TensorFlow installed from (source or binary):
11- TensorFlow version (or github SHA if from source):
12
13
14**Command used to run the converter or code if you’re using the Python API**
15
16```
17# Copy and paste here the exact command
18```
19
20**The output from the converter invocation**
21
22```
23# Copy and paste the output here.
24```
25
26**Also, please include a link to the saved model or GraphDef**
27
28```
29# Put link here or attach to the issue.
30```
31
32**Failure details**
33If the conversion is successful, but the generated model is wrong,
34state what is wrong:
35- Producing wrong results and/or decrease in accuracy
36- Producing correct results, but the model is slower than expected (model generated from old converter)
37
38
39**Any other info / logs**
40
41Include 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.
42