https://github.com/GPflow/GPflow
Revision e7cd3eb6c047a5701f24bbf688928639d38432d6 authored by James Hensman on 21 March 2017, 16:51:41 UTC, committed by GitHub on 21 March 2017, 16:51:41 UTC
Correcting python version in docs require.
2 parent s c488b5a + 1771ddf
Raw File
Tip revision: e7cd3eb6c047a5701f24bbf688928639d38432d6 authored by James Hensman on 21 March 2017, 16:51:41 UTC
Merge pull request #387 from GPflow/docs_py_version_fix
Tip revision: e7cd3eb
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