https://github.com/GPflow/GPflow
Revision 70f18c14b019af9e285f462105e7751bac21e755 authored by st-- on 04 April 2018, 10:13:53 UTC, committed by Artem Artemev on 04 April 2018, 10:13:53 UTC
Allow params_as_tensors_for() to take several objects as varargs
1 parent 455a71f
Raw File
Tip revision: 70f18c14b019af9e285f462105e7751bac21e755 authored by st-- on 04 April 2018, 10:13:53 UTC
allow params_as_tensors_for() to take several objects as varargs (#672)
Tip revision: 70f18c1
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