Installation

DMGP is a Python library for sparse deep Gaussian processes implemented in PyTorch. For more instructions, see the GitHub Repo.

Requirements

  • Python >= 3.8

  • PyTorch >= 1.9.0

  • SciPy >= 1.7.0

Install from GitHub

$ git clone https://github.com/warrenzha/dmgp.git
$ cd dmgp
$ pip install -r requirements.txt

Install from Package

(.venv) $ pip install -i https://test.pypi.org/simple/ dmgp

Note

This package is under active development.