
gpytorch 1.15.1
0
An implementation of Gaussian Processes in Pytorch
Contents
An implementation of Gaussian Processes in Pytorch
Stars: 3830, Watchers: 3830, Forks: 583, Open Issues: 402The cornellius-gp/gpytorch repo was created 8 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 3830 github stars!
How to Install gpytorch
You can install gpytorch using pip
pip install gpytorch
or add it to a project with poetry
poetry add gpytorch
Package Details
- Author
- Jake Gardner, Geoff Pleiss
- License
- MIT
- Homepage
- https://gpytorch.ai
- PyPi:
- https://pypi.org/project/gpytorch/
- Documentation:
- https://gpytorch.readthedocs.io
- GitHub Repo:
- https://github.com/cornellius-gp/gpytorch
Classifiers
Related Packages
Errors
A list of common gpytorch errors.
Code Examples
Here are some gpytorch code examples and snippets.
GitHub Issues
The gpytorch package has 402 open issues on GitHub
- Fix the same typo in other class as well
- Fix notImplementedError message
- Removed "("
- Fix another typo in RuntimeError
- Fix potential bug with settings.debug.on()
- Replace broken download in
Simple_MultiGPU_GP_Regression.ipynbof non-existing dataset file with one that exists - [Bug] Multi-GPU support in "Exact GP Regression with Multiple GPUs" example seems broken
- [Docs] Exact GP Regression on Classification Labels with multiple GPUs
- [Bug]
protein.matdataset used in "Exact GP Regression with Multiple GPUs" example does not exist. - [Feature Request] Adding a Multitask Truncated Multivariate Normal Likelihood
- Replace np.trapz with np.trapezoid for area calculation
- [Bug] Incompatibility issues with numpy 2.4.0
- Adding support for load_state_dict with assign=True for priors of Transformed distributions
- [Bug] Variational GPs cannot compute gradients in eval mode
- [Bug] Multitask FixedNoise likelihood incorrectly computes data posterior
pythonfix







