https://github.com/GPflow/GPflow
Revision d154c4f84d22c1441be40ada7a7f8bf8247c0f46 authored by John Bradshaw on 03 October 2017, 18:11:24 UTC, committed by John Bradshaw on 11 October 2017, 11:16:10 UTC
* improved test for SVGP to test both whitened and unwhitened versions
* building up demo
1 parent 7a0661f
Raw File
Tip revision: d154c4f84d22c1441be40ada7a7f8bf8247c0f46 authored by John Bradshaw on 03 October 2017, 18:11:24 UTC
SVGP model random features.
Tip revision: d154c4f
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top