https://github.com/GPflow/GPflow
Revision 825d141abd66550a32e0632bc63740ffcb92245e authored by James Hensman on 02 March 2017, 09:26:00 UTC, committed by GitHub on 02 March 2017, 09:26:00 UTC
* Switch to tensorflow 1.0.0

* tf.concat_v2 is now called tf.concat

* Update tensorflow in docs and travis
1 parent 7b21373
Raw File
Tip revision: 825d141abd66550a32e0632bc63740ffcb92245e authored by James Hensman on 02 March 2017, 09:26:00 UTC
tensorflow 1.0 (#360)
Tip revision: 825d141
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