https://github.com/GPflow/GPflow
Revision 47e8c171892bab29badfe53817ebaf1d0b49d389 authored by James Hensman on 21 July 2017, 21:03:36 UTC, committed by GitHub on 21 July 2017, 21:03:36 UTC
Avoid recompilation when creating new model instances
2 parent s df4e0e2 + 0dabd87
Raw File
Tip revision: 47e8c171892bab29badfe53817ebaf1d0b49d389 authored by James Hensman on 21 July 2017, 21:03:36 UTC
Merge pull request #455 from GPflow/meanfunction_argument_fix
Tip revision: 47e8c17
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