https://github.com/GPflow/GPflow
Revision 519d0c4fb8a337da86861fe46135d58085e88b89 authored by st-- on 06 November 2017, 14:19:57 UTC, committed by Mark van der Wilk on 06 November 2017, 14:19:57 UTC
* Quick fix of broken tf_log_jacobian in transforms.Rescale

* no idea why I need this extra tf.cast ...
1 parent 034c396
Raw File
Tip revision: 519d0c4fb8a337da86861fe46135d58085e88b89 authored by st-- on 06 November 2017, 14:19:57 UTC
Quick fix of broken tf_log_jacobian in transforms.Rescale (#540)
Tip revision: 519d0c4
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