https://github.com/GPflow/GPflow
Revision eb6a269dfe675212ace22abe4efd81e2ac43df66 authored by Artem Artemev on 12 April 2018, 09:08:00 UTC, committed by GitHub on 12 April 2018, 09:08:00 UTC
Optimizers incompatibility with TensorFlow >= 1.6
2 parent s f5d8cc4 + d15a401
Raw File
Tip revision: eb6a269dfe675212ace22abe4efd81e2ac43df66 authored by Artem Artemev on 12 April 2018, 09:08:00 UTC
Merge pull request #714 from GPflow/awav/optimizers-fix
Tip revision: eb6a269
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