https://github.com/GPflow/GPflow
Revision 5bde0a4609136061c86e1c64c7b2cd74ce5c3990 authored by st-- on 18 June 2019, 10:52:07 UTC, committed by GitHub on 18 June 2019, 10:52:07 UTC
* Modified Saver to work with file-like objects as well as path names.

This required updating h5py>=2.9.0
Updated tests to test this.
Also removed some unused imports.
1 parent 125846f
Raw File
Tip revision: 5bde0a4609136061c86e1c64c7b2cd74ce5c3990 authored by st-- on 18 June 2019, 10:52:07 UTC
Modified Saver to work with file-like objects as well as path names. (#912)
Tip revision: 5bde0a4
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