https://github.com/GPflow/GPflow
Revision 7be04c5726cfcdc2c560320cc2930cdc18a0b670 authored by Vincent Dutordoir on 10 July 2019, 09:09:55 UTC, committed by GitHub on 10 July 2019, 09:09:55 UTC
Make sure users don't install TF >= 2.0 with GPflow <= 1.4
1 parent 2352426
Raw File
Tip revision: 7be04c5726cfcdc2c560320cc2930cdc18a0b670 authored by Vincent Dutordoir on 10 July 2019, 09:09:55 UTC
Restrict TensorFlow version < 2.0 (#992)
Tip revision: 7be04c5
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