Revision 6fde94a66f726d6c114063c40e90e8bf926d3015 authored by Mark van der Wilk on 09 August 2019, 15:52:57 UTC, committed by st-- on 09 August 2019, 15:52:57 UTC
* Fixed bug in monitoring notebook. Optimiser variables weren't being restored.

* Enabled restore in `train_mnist.py`.
1 parent 78c93db
Raw File
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top