Contents

gpytorch 1.15.1

0

An implementation of Gaussian Processes in Pytorch

An implementation of Gaussian Processes in Pytorch

Stars: 3830, Watchers: 3830, Forks: 583, Open Issues: 402

The 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

No  gpytorch  pypi packages just yet.

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.ipynb of 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.mat dataset 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

See more issues on GitHub

Related Packages & Articles

flair 0.15.1

A very simple framework for state-of-the-art NLP

fastai 2.8.7

fastai simplifies training fast and accurate neural nets using modern best practices

easyocr 1.7.2

End-to-End Multi-Lingual Optical Character Recognition (OCR) Solution

deepspeed 0.18.6

DeepSpeed is a Python package developed by Microsoft that provides a deep learning optimization library designed to scale across multiple GPUs and servers. It is capable of training models with billions or even trillions of parameters, achieving excellent system throughput and efficiently scaling to thousands of GPUs.

DeepSpeed is particularly useful for training and inference of large language models, and it falls under the category of Machine Learning Frameworks and Libraries. It is designed to work with PyTorch and offers system innovations such as Zero Redundancy Optimizer (ZeRO), 3D parallelism, and model-parallelism to enable efficient training of large models.

datasets 4.5.0

HuggingFace community-driven open-source library of datasets