https://github.com/GPflow/GPflow
Revision f44bc7d9e22e7c5b16f499914743e8b276681a52 authored by James Hensman on 08 June 2017, 09:09:38 UTC, committed by GitHub on 08 June 2017, 09:09:38 UTC
add @wraps to NameScoped decorator
2 parent s 11d41d2 + 2e3c021
Raw File
Tip revision: f44bc7d9e22e7c5b16f499914743e8b276681a52 authored by James Hensman on 08 June 2017, 09:09:38 UTC
Merge pull request #425 from st--/add_wraps
Tip revision: f44bc7d
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