https://github.com/GPflow/GPflow
Revision dd4727fd9d399fe2c0566c8682357ebb8458b87d authored by Mark van der Wilk on 04 November 2016, 08:24:25 UTC, committed by James Hensman on 04 November 2016, 08:24:25 UTC
* Better deduction of `input_dim` for `kernels.Combination`.

* Fix small off-by-one-error

k.active_dims contain indices, and we want number of columns.
1 parent 377a45b
Raw File
Tip revision: dd4727fd9d399fe2c0566c8682357ebb8458b87d authored by Mark van der Wilk on 04 November 2016, 08:24:25 UTC
Better deduction of `input_dim` for `kernels.Combination` (#258)
Tip revision: dd4727f
MANIFEST.in
include doc/source/conf.py
include doc/source/*.rst
include doc/source/notebooks/*.ipynb
include README.md
include RELEASE.md
include LICENSE
include GPflow/tfops/*.so
include GPflow/tfops/*.cc
include GPflow/gpflowrc
back to top