2.0 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Bug Report or Feature Request | Create a report to help us improve |
Before filing a report consider the following two questions:
Have you followed the instructions exactly (word by word)?
Have you checked the troubleshooting section?
Once you are familiar with the code, you're welcome to modify it. Please only continue to file a bug report if you encounter an issue with the provided code and after having followed the instructions.
If you have followed the instructions exactly, couldn't solve your problem with the provided troubleshooting tips and would still like to file a bug or make a feature requests please follow the steps below.
- It must be a bug, a feature request, or a significant problem with the documentation (for small docs fixes please send a PR instead).
- Every section of the form below must be filled out.
Readme
- I have followed all Readme instructions carefully word by word: Answer
System information
- What is the top-level directory of the model you are using:
- Have I written custom code (as opposed to using a stock example script provided in the repo):
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
- TensorFlow version (use command below):
- CUDA/cuDNN version:
- GPU model and memory:
- Exact command to reproduce:
You can obtain the TensorFlow version with
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug or a feature request.
Source code / 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. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.