https://github.com/GPflow/GPflow
Raw File
Tip revision: 0873f166513fc71e2c73f0df69f92bb02411a6f8 authored by Hugh Salimbeni on 16 August 2019, 14:15:33 UTC
added kernel
Tip revision: 0873f16
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