Skip to content

Commit

Permalink
Minor fixes to ISSUE_TEMPLATE.md to match the tensorflow repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nealwu committed Apr 23, 2017
1 parent 7c42a17 commit 39c59d1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Please go to Stack Overflow for help and support: http://stackoverflow.com/questions/tagged/tensorflow
Please go to Stack Overflow for help and support:

http://stackoverflow.com/questions/tagged/tensorflow

Also, please understand that many of the models included in this repository are experimental and research-style code. If you open a GitHub issue, here is our policy:

Expand All @@ -20,14 +22,15 @@ Also, please understand that many of the models included in this repository are
- **GPU model and memory**:
- **Exact command to reproduce**:

You can collect some of this information using our environment capture script: https://github.com/tensorflow/tensorflow/tree/master/tools
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 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 in TensorFlow or a feature request.

### Source code / logs
Expand Down

0 comments on commit 39c59d1

Please sign in to comment.