https://github.com/GPflow/GPflow
Revision a75f24ad02e8f5fb80589983267963fd907a4cc0 authored by James Hensman on 08 January 2018, 13:21:07 UTC, committed by Mark van der Wilk on 08 January 2018, 13:21:07 UTC
* improvements and clarifications to the handling of num_latent. Also fizes the coregion notebook

* removing leftover debug lines

* adding a regression test for the wrong number of latent functions in a switched likelihood

* Pass num_latent to GPModel in SGPMC

* Pass num_latent to GPModel in GPMC

* Pass num_latent to GPModel in SVGP

* Removed ignore notebooks argument in travis config

* Let codecov ignore the doc notebooks
1 parent a0c0227
Raw File
Tip revision: a75f24ad02e8f5fb80589983267963fd907a4cc0 authored by James Hensman on 08 January 2018, 13:21:07 UTC
improvements and clarifications to the handling of num_latent (#609)
Tip revision: a75f24a
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