https://github.com/GPflow/GPflow
Revision e63590f44eb365e4a265f6f63a3fc111746b9f53 authored by Artem Artemev on 07 October 2017, 16:52:25 UTC, committed by Artem Artemev on 07 October 2017, 16:52:25 UTC
1 parent 0400eb8
Raw File
Tip revision: e63590f44eb365e4a265f6f63a3fc111746b9f53 authored by Artem Artemev on 07 October 2017, 16:52:25 UTC
Re-initialization issue is gone, i.e. you can change values of parameter and compile it again, you will not see previous initialization value again, the parameter will be initialized with latest one. Uniquness of parentable object is no longer a requirement: new parameter or model object - new tensors in the graph with similar name.
Tip revision: e63590f
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