Revision aeb0ab472296c0298c2b007c30af2705a75a89f8 authored by ST John on 18 June 2019, 09:46:26 UTC, committed by ST John on 18 June 2019, 09:48:10 UTC
1 parent 4ad6260
Raw File
bugs-performance-issues.md
---
name: Bug or performance issue report
about: Use this template for reporting a bug or a performance issue.
---

### Please make sure this is a bug, performance or build issue.

### Please fill out the template below.
___

System information:

* Python version:
* TensorFlow installed from (source or binary):
* TensorFlow version (use command below):
* GPflow installed from (source or binary):
* GPflow version:

> You can collect some of this information using our environment capture script You can also obtain the TensorFlow version with python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.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._
back to top