https://github.com/GPflow/GPflow
Revision a5210f6c99e3e9519432733fae18ea7feef22f5b authored by Artem Artemev on 04 October 2017, 22:17:25 UTC, committed by Artem Artemev on 04 October 2017, 22:17:25 UTC
1 parent 04ab8b3
Raw File
Tip revision: a5210f6c99e3e9519432733fae18ea7feef22f5b authored by Artem Artemev on 04 October 2017, 22:17:25 UTC
Advanced minibatching. Volatile batch size.
Tip revision: a5210f6
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top