https://github.com/GPflow/GPflow
Revision 697aed5cc5689ec8f45f044651d38e83b3a4c9e1 authored by Mark van der Wilk on 18 February 2019, 15:29:52 UTC, committed by Vincent Dutordoir on 18 February 2019, 15:29:52 UTC
* Settings notebook.

* Fixed typos, added bit about debug messages.

* Old monitoring notebook is now in new directory.
1 parent 4a8bcec
Raw File
Tip revision: 697aed5cc5689ec8f45f044651d38e83b3a4c9e1 authored by Mark van der Wilk on 18 February 2019, 15:29:52 UTC
Mark/notebooks revamp monitor (#937)
Tip revision: 697aed5
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