-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22e370a
commit b14bc39
Showing
23 changed files
with
149 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Bug/Performance Issue | ||
about: Use this template for reporting a bug or a performance issue. | ||
|
||
--- | ||
|
||
<em>Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em> | ||
|
||
**System information** | ||
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): | ||
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64): | ||
- TensorFlow installed from (source or binary): | ||
- TensorFlow version (use command below): | ||
- Java version (i.e., the output of `java -version`): | ||
- Java command line flags (e.g., GC parameters): | ||
- Python version (if transferring a model trained in Python): | ||
- Bazel version (if compiling from source): | ||
- GCC/Compiler version (if compiling from source): | ||
- CUDA/cuDNN version: | ||
- GPU model and memory: | ||
|
||
**Describe the current behavior** | ||
|
||
**Describe the expected behavior** | ||
|
||
**Code to reproduce the issue** | ||
Provide a reproducible test case that is the bare minimum necessary to generate the problem. | ||
|
||
**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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Build/Installation Issue | ||
about: Use this template for build/installation issues | ||
|
||
--- | ||
|
||
<em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em> | ||
|
||
**System information** | ||
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64): | ||
- TensorFlow installed from (source or binary): | ||
- TensorFlow version: | ||
- Java version (i.e., the output of `java -version`): | ||
- Java command line flags (e.g., GC parameters): | ||
- Installed from Maven Central?: | ||
- Bazel version (if compiling from source): | ||
- GCC/Compiler version (if compiling from source): | ||
- CUDA/cuDNN version: | ||
- GPU model and memory: | ||
|
||
|
||
**Describe the problem** | ||
|
||
**Provide the exact sequence of commands / steps that you executed before running into the problem** | ||
|
||
**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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Documentation Issue | ||
about: Use this template for documentation related issues | ||
|
||
--- | ||
|
||
<em>Please make sure that this is a documentation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template</em> | ||
|
||
|
||
**System information** | ||
- TensorFlow version: | ||
- Doc Link: | ||
|
||
|
||
**Describe the documentation issue** | ||
|
||
**We welcome contributions by users. Will you be able to update submit a PR (use the [doc style guide](https://www.tensorflow.org/community/documentation)) to fix the doc Issue?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Feature Request | ||
about: Use this template for raising a feature request | ||
|
||
--- | ||
|
||
<em>Please make sure that this is a feature request. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template</em> | ||
|
||
|
||
**System information** | ||
- TensorFlow version (you are using): | ||
- Are you willing to contribute it (Yes/No): | ||
|
||
|
||
|
||
**Describe the feature and the current behavior/state.** | ||
|
||
**Will this change the current api? How?** | ||
|
||
**Who will benefit with this feature?** | ||
|
||
**Any Other info.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Other Issues | ||
about: Use this template for any other non-support related issues | ||
|
||
--- | ||
|
||
This template is for miscellaneous issues not covered by the other issue categories. | ||
|
||
For questions on how to work with TensorFlow, or support for problems that are not verified bugs in TensorFlow, please go to [StackOverflow](https://stackoverflow.com/questions/tagged/tensorflow). | ||
|
||
If you are reporting a vulnerability, please use the [dedicated reporting process](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md). | ||
|
||
For high-level discussions about TensorFlow, please post to [email protected], for questions about the development or internal workings of TensorFlow, or if you would like to know how to contribute to TensorFlow, please post to [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.