https://github.com/GPflow/GPflow
Revision 792201d360edd35640523a0589cad128d18c186e authored by Mark van der Wilk on 30 March 2020, 11:35:07 UTC, committed by GitHub on 30 March 2020, 11:35:07 UTC
1 parent c8e8f00
Raw File
Tip revision: 792201d360edd35640523a0589cad128d18c186e authored by Mark van der Wilk on 30 March 2020, 11:35:07 UTC
Added suggestion on how to open TensorBoard so it updates. (#1389)
Tip revision: 792201d
ISSUE_TEMPLATE.md
# Standard GPflow issue template

## Bug case

1. Describe a bug shortly - reasons and context.
2. Write down a testable minimal working example. We appreciate if you could not publish big snippets of code telling: "Houston, we have a problem". Your code must be copypast-able and the issue should be easily reproducible.
3. Sometimes extra information is required as well:
    * GPflow version or git commit (SHA hash) which you are using (e.g. `git rev-parse HEAD`)
    * Tensorflow version
    * Does your tensorflow use GPU or not
    * Python version
    * OS
    * PC, macbook configuration
back to top