Skip to content

Commit 75c3c9e

Browse files
MeghnaNatrajtensorflower-gardener
authored andcommitted
Update TFLite converter issue template
PiperOrigin-RevId: 353929808 Change-Id: Id68c6eb9f215d72b4fe57b899e061c5d76dcd5a5
1 parent 8f595c9 commit 75c3c9e

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,47 @@
11
---
2-
name: TensorFlow Lite New Converter Issue
2+
name: TensorFlow Lite Converter Issue
33
about: Use this template for reporting issues during model conversion to TFLite
44
labels: 'TFLiteConverter'
55

66
---
77

8+
### 1. System information
89

9-
**System information**
1010
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
11-
- TensorFlow installed from (source or binary):
12-
- TensorFlow version (or github SHA if from source):
11+
- TensorFlow installation (pip package or built from source):
12+
- TensorFlow library (version, if pip package or github SHA, if built from source):
1313

14+
### 2. Code
1415

15-
**Command used to run the converter or code if you’re using the Python API**
16-
If possible, please share a link to Colab/Jupyter/any notebook.
16+
Provide code to help us reproduce your issues using one of the following options:
1717

18-
```
19-
# Copy and paste here the exact command
20-
```
18+
#### Option A: Reference colab notebooks
2119

22-
**The output from the converter invocation**
20+
1) Reference [TensorFlow Model Colab](https://colab.research.google.com/gist/ymodak/e96a4270b953201d5362c61c1e8b78aa/tensorflow-datasets.ipynb?authuser=1): Demonstrate how to build your TF model.
21+
2) Reference [TensorFlow Lite Model Colab](https://colab.research.google.com/gist/ymodak/0dfeb28255e189c5c48d9093f296e9a8/tensorflow-lite-debugger-colab.ipynb): Demonstrate how to convert your TF model to a TF Lite model (with quantization, if used) and run TFLite Inference (if possible).
2322

2423
```
25-
# Copy and paste the output here.
24+
(You can paste links or attach files by dragging & dropping them below)
25+
- Provide links to your updated versions of the above two colab notebooks.
26+
- Provide links to your TensorFlow model and (optionally) TensorFlow Lite Model.
2627
```
2728

28-
**Also, please include a link to the saved model or GraphDef**
29+
#### Option B: Paste your code here or provide a link to a custom end-to-end colab
2930

3031
```
31-
# Put link here or attach to the issue.
32+
(You can paste links or attach files by dragging & dropping them below)
33+
- Include code to invoke the TFLite Converter Python API and the errors.
34+
- Provide links to your TensorFlow model and (optionally) TensorFlow Lite Model.
3235
```
3336

34-
**Failure details**
35-
If the conversion is successful, but the generated model is wrong,
36-
state what is wrong:
37-
- Producing wrong results and/or decrease in accuracy
38-
- Producing correct results, but the model is slower than expected (model generated from old converter)
37+
### 3. Failure after conversion
38+
If the conversion is successful, but the generated model is wrong, then state what is wrong:
3939

40+
- Model produces wrong results and/or has lesser accuracy.
41+
- Model produces correct results, but it is slower than expected.
4042

41-
**RNN conversion support**
43+
### 4. (optional) RNN conversion support
4244
If converting TF RNN to TFLite fused RNN ops, please prefix [RNN] in the title.
4345

44-
**Any other info / logs**
45-
46+
### 5. (optional) Any other info / logs
4647
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.

0 commit comments

Comments
 (0)