https://github.com/GPflow/GPflow
Revision 45fed420bcc3b0767b581b4ee804e0865e92a7a8 authored by ahsimb on 28 June 2018, 11:57:28 UTC, committed by Mark van der Wilk on 28 June 2018, 11:57:28 UTC
* New monitor initial commit

* Fixed the monitor notebook (checking that the saving directory exists)

* Addressed PR comments.

* refactored environment

* Attempt to avoid using X server when testing the monitor.

* Added few more tests.
1 parent 1851e0d
Raw File
Tip revision: 45fed420bcc3b0767b581b4ee804e0865e92a7a8 authored by ahsimb on 28 June 2018, 11:57:28 UTC
Big re-work of monitor (#792)
Tip revision: 45fed42
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