https://github.com/GPflow/GPflow
Revision f376dc228ae7976df3751f841b4c9213fe88c778 authored by Marcin Tomczak on 01 March 2019, 20:57:31 UTC, committed by Artem Artemev on 01 March 2019, 20:57:31 UTC
1 parent 7996cf7
Raw File
Tip revision: f376dc228ae7976df3751f841b4c9213fe88c778 authored by Marcin Tomczak on 01 March 2019, 20:57:31 UTC
Fix `fully_correlated_conditional_repeat` shapes (#945)
Tip revision: f376dc2
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