https://github.com/GPflow/GPflow
Raw File
Tip revision: b69f71daab2d62575a312e4c13db798e11157cce authored by Artem Artemev on 29 August 2017, 13:16:41 UTC
GPflow python package name doesn't follow PEP8 (#477)
Tip revision: b69f71d
roadmap.md
This document covers major planned development items for GPflow.

# Computational speed
 - Add further benchmarks to [benchmark repository](https://github.com/GPflow/GPflowBenchmarks) including multiple GPUs.
 - Incorporate remaining Tom Nickson GPU code from [branch](https://github.com/c0g/tomserflow) into TensorFlow main.

# Features
 - Add ability to exploit Kronecker structure.
	
# Housekeeping 
 - See also issues marked "enhancement" in the GitHub [list](https://github.com/GPflow/GPflow/issues).
back to top