forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from tensorflow/master
Sync upstream
- Loading branch information
Showing
1,290 changed files
with
33,965 additions
and
13,186 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.2.1 | ||
2.0.0 |
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,36 @@ | ||
--- | ||
name: Bug Issue | ||
about: Use this template for reporting a bug | ||
labels: 'type:bug' | ||
|
||
--- | ||
|
||
<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): - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if | ||
the issue happens on mobile device: - TensorFlow installed from (source or | ||
binary): - TensorFlow version (use command below): - Python version: - Bazel | ||
version (if compiling from source): - GCC/Compiler version (if compiling from | ||
source): - CUDA/cuDNN version: - GPU model and memory: | ||
|
||
You can collect some of this information using our environment capture | ||
[script](https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh) | ||
You can also obtain the TensorFlow version with: 1. TF 1.0: `python -c "import | ||
tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"` 2. TF 2.0: `python -c | ||
"import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"` | ||
|
||
**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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Performance Issue | ||
about: Use this template for reporting a performance issue | ||
labels: 'type:performance' | ||
|
||
--- | ||
|
||
<em>Please make sure that this is an issue related to performance of TensorFlow. | ||
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:performance_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): - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if | ||
the issue happens on mobile device: - TensorFlow installed from (source or | ||
binary): - TensorFlow version (use command below): - Python version: - Bazel | ||
version (if compiling from source): - GCC/Compiler version (if compiling from | ||
source): - CUDA/cuDNN version: - GPU model and memory: | ||
|
||
You can collect some of this information using our environment capture | ||
[script](https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh) | ||
You can also obtain the TensorFlow version with: 1. TF 1.0: `python -c "import | ||
tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"` 2. TF 2.0: `python -c | ||
"import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"` | ||
|
||
**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 @@ | ||
tensorflow/tools/ci_build/pylintrc |
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.