Skip to content

Tags: cornellius-gp/gpytorch

Tags

v1.15.2

Toggle v1.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2724 from benediktjohannes/patch-7

Follow-up for last commit of Balandat

v1.15.1

Toggle v1.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2698 from cornellius-gp/svgp_caches

LargeBatchVariationalStrategy caches triangular solves for test time

v1.15

Toggle v1.15's commit message
Update conda deploy task

v1.14.3

Toggle v1.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the shape bug in `RQKernel` when using deep GPs

There was a shape mismatch bug when using the rational quadratic kernel in deep GPs; see #2674. The root cause is that the `alpha` parameter was not unsqueezed into a correct shape.

* Unsqueeze `alpha

* Revise comments for fix to RQKernel

---------

Co-authored-by: Kaiwen Wu <37524685+kayween@users.noreply.github.com>
Co-authored-by: Kaiwen Wu <kwwu2015@gmail.com>

v1.14.2

Toggle v1.14.2's commit message
Fix failing example

v1.14.1

Toggle v1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
RFF/linear prediction strategy fix (#2671)

* [Bugfix] reduce number of Cholesky calls with RFF models.

* Use RFF prediction strategy for linear kernels; add tests

* Fix failing tests

* Rename cached items in LinearPredictionStrategy

* Rename test_rff_gp_regression -> test_lowrank_gp_regression

v1.14

Toggle v1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version bump (#2627)

v1.13

Toggle v1.13's commit message
Fix conda deploy

v1.12

Toggle v1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2541 from cornellius-gp/pre-commit-config

Corrected configuration of ``exclude`` statements in ``pre-commit`` configuration

v1.11

Toggle v1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deprecate checkpointing (#2361)

* Deprecate checkpointing

* Remove checkpointing from test