https://github.com/GPflow/GPflow
Revision a387a458ea4dc48d3740b7a2cc94b4dc8816a021 authored by Artem Artemev on 05 November 2017, 23:37:41 UTC, committed by Artem Artemev on 05 November 2017, 23:37:41 UTC
1 parent c2e94ba
Raw File
Tip revision: a387a458ea4dc48d3740b7a2cc94b4dc8816a021 authored by Artem Artemev on 05 November 2017, 23:37:41 UTC
enum.auto() does not exist in python <3.6
Tip revision: a387a45
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