https://github.com/GPflow/GPflow
Revision 9823db83905e56c69b6533d3dcea48a14eee3bd6 authored by Sergio Diaz on 12 March 2019, 16:06:29 UTC, committed by Sergio Diaz on 12 March 2019, 16:06:29 UTC
1 parent 8de76f3
Raw File
Tip revision: 9823db83905e56c69b6533d3dcea48a14eee3bd6 authored by Sergio Diaz on 12 March 2019, 16:06:29 UTC
First few changes for test_predict
Tip revision: 9823db8
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