https://github.com/GPflow/GPflow
Revision d9624ae24ff703215b66f948bb95300191459220 authored by st-- on 06 August 2018, 09:49:37 UTC, committed by GitHub on 06 August 2018, 09:49:37 UTC
GPflow no longer supports python 2 and hence references to the six module are redundant.
1 parent 54a276a
Raw File
Tip revision: d9624ae24ff703215b66f948bb95300191459220 authored by st-- on 06 August 2018, 09:49:37 UTC
remove references to six module (#816)
Tip revision: d9624ae
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