https://github.com/GPflow/GPflow
Revision e5d2d02a72260dc9d90c45a78630049de2fb3cdd authored by Mark van der Wilk on 16 May 2018, 12:23:23 UTC, committed by GitHub on 16 May 2018, 12:23:23 UTC
1 parent bac9728
Raw File
Tip revision: e5d2d02a72260dc9d90c45a78630049de2fb3cdd authored by Mark van der Wilk on 16 May 2018, 12:23:23 UTC
Allow `StoreSession` to take `False` for `restore_path` to prevent restoring. (#759)
Tip revision: e5d2d02
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