https://github.com/GPflow/GPflow
Revision 73fa52aa84b765a86e9505472bdcbceb9c16a79d authored by James Hensman on 20 June 2017, 16:27:06 UTC, committed by GitHub on 20 June 2017, 16:27:06 UTC
Fix parameter ordering so that it's consistent across sessions.
2 parent s f44bc7d + 455de2c
Raw File
Tip revision: 73fa52aa84b765a86e9505472bdcbceb9c16a79d authored by James Hensman on 20 June 2017, 16:27:06 UTC
Merge pull request #417 from GPflow/reproducibleorder
Tip revision: 73fa52a
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