-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reviewed By: KaimingHe Differential Revision: D6842986 fbshipit-source-id: c8370e2f831239b5489dc723738c6bdf5708a40d
- Loading branch information
1 parent
757d77c
commit fa8dba9
Showing
1 changed file
with
35 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,35 @@ | ||
## PLEASE FOLLOW THESE INSTRUCTIONS BEFORE POSTING | ||
1. Please thoroughly read README.md, INSTALL.md, GETTING_STARTED.md, and FAQ.md | ||
2. Please search existing *open and closed* issues in case your issue has already been reported | ||
3. Please try to debug the issue in case you can solve it on your own before posting | ||
|
||
## After following steps 1-3 above and agreeing to provide the detailed information requested below, you may continue with posting your issue | ||
(**Delete this line and the text above it.**) | ||
|
||
### Expected results | ||
|
||
What did you expect to see? | ||
|
||
### Actual results | ||
|
||
What did you observe instead? | ||
|
||
### Detailed steps to reproduce | ||
|
||
E.g.: | ||
|
||
``` | ||
The command that you ran | ||
``` | ||
|
||
### System information | ||
|
||
* Operating system: ? | ||
* Compiler version: ? | ||
* CUDA version: ? | ||
* cuDNN version: ? | ||
* NVIDIA driver version: ? | ||
* GPU models (for all devices if they are not all the same): ? | ||
* `PYTHONPATH` environment variable: ? | ||
* `python --version` output: ? | ||
* Anything else that seems relevant: ? |