forked from tensorflow/models
-
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.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 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,15 @@ | ||
NOTE: Issues that are not bugs or feature requests will be closed. Please ask usage questions on StackOverflow. Also, please understand that many of the models included in this repository are experimental and research-style code. | ||
|
||
### You must complete this information or else your issue will be closed | ||
- *Have I written custom code (as opposed to using a stock example script provided in TensorFlow)?*: | ||
- *TensorFlow installed from (source or binary)?*: | ||
- *TensorFlow version*: | ||
- *Bazel version (if compiling from source)*: | ||
- *CUDA/cuDNN version*: | ||
- *GPU Model and Memory*: | ||
- *Exact command to reproduce*: | ||
|
||
### Describe the problem clearly | ||
|
||
### 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 reproducible test-case code the bare-minimum necessary to generate the problem |