https://github.com/GPflow/GPflow
Revision e41d8f3b52e7be14e78892d3fb08337de622d845 authored by Vincent Dutordoir on 13 August 2018, 23:08:14 UTC, committed by st-- on 13 August 2018, 23:08:14 UTC
Fixes a bug with control dependencies in likelihoods.
1 parent d9624ae
Raw File
Tip revision: e41d8f3b52e7be14e78892d3fb08337de622d845 authored by Vincent Dutordoir on 13 August 2018, 23:08:14 UTC
Bugfix control dependencie in likelihoods (#821)
Tip revision: e41d8f3
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