https://github.com/GPflow/GPflow
Revision d3fd05eb99b3efacc4a4b558b7f33df63fa26330 authored by Joachim van der Herten on 18 August 2017, 09:01:34 UTC, committed by Mark van der Wilk on 18 August 2017, 09:01:34 UTC
* TF no longer imported in setup, and update on installation instructions

* Update readme to indicate unreliability of pip to get GPU tensorflow working

* Adding tensorflow as dependency if importing it fails (account for installed tensorflow-gpu).
1 parent 3065dee
Raw File
Tip revision: d3fd05eb99b3efacc4a4b558b7f33df63fa26330 authored by Joachim van der Herten on 18 August 2017, 09:01:34 UTC
Remove TF import in setup.py (#488)
Tip revision: d3fd05e
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