https://github.com/GPflow/GPflow
Revision dbf3e7f7a57a5af8cc9e8da683d922c1777422ef authored by James Hensman on 21 June 2017, 12:50:33 UTC, committed by James Hensman on 21 June 2017, 12:50:33 UTC
the test_notebooks script worked only when run from the tttesting
duirectoy. This commit should fix that
1 parent d239416
Raw File
Tip revision: dbf3e7f7a57a5af8cc9e8da683d922c1777422ef authored by James Hensman on 21 June 2017, 12:50:33 UTC
fising relative path bug in test_bnotebooks
Tip revision: dbf3e7f
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