https://github.com/GPflow/GPflow
Revision 5190ada6d393f14c32a94777fb398f37b822727e authored by James Hensman on 03 May 2017, 15:36:50 UTC, committed by GitHub on 03 May 2017, 15:36:50 UTC
2 parent s d3fafda + 3e10dd9
Raw File
Tip revision: 5190ada6d393f14c32a94777fb398f37b822727e authored by James Hensman on 03 May 2017, 15:36:50 UTC
Merge pull request #410 from mrksr/fix-pickle-idempotence
Tip revision: 5190ada
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