https://github.com/GPflow/GPflow
Revision a7fca097eb9523c7f926c9bd68d4815f9ed72116 authored by st-- on 09 September 2019, 12:45:34 UTC, committed by GitHub on 09 September 2019, 12:45:34 UTC
change ImageToTensorboardTask to not add ops to the graph each time monitoring is run
1 parent 95c3b31
Raw File
Tip revision: a7fca097eb9523c7f926c9bd68d4815f9ed72116 authored by st-- on 09 September 2019, 12:45:34 UTC
Fix ImageToTensorboardTask graph pollution (#1041)
Tip revision: a7fca09
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