https://github.com/GPflow/GPflow
Revision 98fbb95fcc4aff51018bb250635ac81d3d067dd8 authored by James Hensman on 31 October 2017, 13:35:35 UTC, committed by Mark van der Wilk on 31 October 2017, 13:35:35 UTC
* added num_data as ann optional argument to SVGP

this is useful when passing in a tensor for the data

* add docstring
1 parent 126664f
Raw File
Tip revision: 98fbb95fcc4aff51018bb250635ac81d3d067dd8 authored by James Hensman on 31 October 2017, 13:35:35 UTC
Gpflow 1.0 svgp args (#534)
Tip revision: 98fbb95
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top