https://github.com/GPflow/GPflow
Revision 1b0f4b084fed09a2287aaa175c24f36da1d45b00 authored by ByungJun Lee on 26 June 2018, 10:18:10 UTC, committed by Artem Artemev on 26 June 2018, 10:18:10 UTC
1 parent 9d23839
Raw File
Tip revision: 1b0f4b084fed09a2287aaa175c24f36da1d45b00 authored by ByungJun Lee on 26 June 2018, 10:18:10 UTC
Minibatch shape is unknow by default (#704)
Tip revision: 1b0f4b0
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