|
1 | 1 | ---
|
2 | 2 | name: Bug/Performance issue
|
3 | 3 | about: Use this template for reporting a bug or a performance issue.
|
4 |
| - |
| 4 | +title: '' |
| 5 | +labels: 'potential bug' |
| 6 | +assignees: '' |
5 | 7 | ---
|
6 | 8 |
|
| 9 | +<!-- |
7 | 10 | **Dubugging advice**
|
8 |
| -[delete this section if it doesn't solve your issue] |
9 | 11 | - Add a `--opset` flag with the highest possible opset you can use. Some ops only convert in higher opsets.
|
10 | 12 | - Try installing the latest tf2onnx from main. Some bug fixes might not have been released to PyPI. Run `pip uninstall tf2onnx` and `pip install git+https://github.com/onnx/tensorflow-onnx`
|
11 | 13 | - If using a saved model, use the Tensorflow `saved_model_cli` to determine the correct `--tag` and `--signature_def` flags to use. If the signature you need is not listed, use the `--concrete_function` flag to index into the model's defined functions.
|
12 |
| -- If your model was made in tf1.x, try running tf2onnx in a venv with tensorflow 1.x installed. tf2.x should be able to read tf1 models, but sometimes there are bugs. |
| 14 | +- If your model was made in tf1.x, try running tf2onnx in a venv with tensorflow 1.x installed. tf2.x should be able to read tf1.x models, but sometimes there are bugs. |
| 15 | + --> |
13 | 16 |
|
14 | 17 | **Describe the bug**
|
15 |
| -A clear and concise description of what the bug is. |
| 18 | +<!-- Please describe a clear and concise description of what the bug is. --> |
16 | 19 |
|
17 | 20 | **Urgency**
|
18 |
| -If there are particular important use cases blocked by this or strict project-related timelines, please share more information and dates. If there are no hard deadlines, please specify none. |
| 21 | +<!-- If there are particular important use cases blocked by this or strict project-related timelines, please share more information and dates. If there are no hard deadlines, please specify none. --> |
19 | 22 |
|
20 | 23 | **System information**
|
21 |
| -- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): |
22 |
| -- Tensorflow Version: |
| 24 | +- OS Platform and Distribution (e.g., Linux Ubuntu 18.04*): |
| 25 | +- TensorFlow Version: |
23 | 26 | - Python version:
|
| 27 | +- ONNX version (if applicable, e.g. 1.11*): |
| 28 | +- ONNXRuntime version (if applicable, e.g. 1.11*): |
| 29 | + |
24 | 30 |
|
25 | 31 | **To Reproduce**
|
26 |
| -Describe steps/code to reproduce the behavior. Please upload/link the model you are trying to convert if possible. |
| 32 | +<!-- Describe steps/code/command to reproduce the behavior. Please upload/link the model you are trying to convert if possible. --> |
27 | 33 |
|
28 | 34 | **Screenshots**
|
29 |
| -If applicable, add screenshots to help explain your problem. |
| 35 | +<!-- If applicable, add screenshots to help explain your problem. --> |
30 | 36 |
|
31 | 37 | **Additional context**
|
32 |
| -Add any other context about the problem here. If the issue is about a particular model, please share the model details as well to facilitate debugging. |
| 38 | +<!-- Add any other context about the problem here. If the issue is about a particular model, please share the model details as well to facilitate debugging. --> |
0 commit comments