https://github.com/GPflow/GPflow
Revision 52294c4c2cc96f768a4a4b7baff5ed2b1c307d7f authored by Artem Artemev on 30 August 2017, 07:55:47 UTC, committed by GitHub on 30 August 2017, 07:55:47 UTC
External TensorFlow Session and Graph control
2 parent s c2e88ee + e7c9901
Raw File
Tip revision: 52294c4c2cc96f768a4a4b7baff5ed2b1c307d7f authored by Artem Artemev on 30 August 2017, 07:55:47 UTC
Merge pull request #471 from GPflow/artemav/session-graph-assign
Tip revision: 52294c4
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