Revision 7e5542232f81ce492bf7befab9f18f10f32a6742 authored by st-- on 28 January 2019, 16:32:15 UTC, committed by GitHub on 28 January 2019, 16:32:15 UTC
The available Python logging levels are as written now in the file:
https://docs.python.org/3/library/logging.html#levels
1 parent f78ade1
Raw File
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