Skip to main content

Shared-private Variational Inference with Product of Experts and Supervision

Project description

spVIPES

Tests

Shared-private Variational Inference with Product of Experts and Supervision

Getting started

Please refer to the documentation. In particular, the

Installation

You need to have Python 3.9 or newer installed on your system.

PyTorch installation

We strongly recommend using spVIPES with GPU acceleration. In Linux, check your NVIDIA drivers running:

nvidia-smi

You can then install a compatible PyTorch version from https://pytorch.org/get-started/previous-versions/. For example if your CUDA drivers are version 11.3, you should install PyTorch v1.12.1 with the following command:

pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113

Make sure your torch installation can see your CUDA device to take full advantage of GPU acceleration by running:

import torch

torch.cuda.is_available()

This should return True if everything is installed correctly.

spVIPES installation

To install spVIPES:

  1. Install the latest release of spVIPES from PyPI <https://pypi.org/project/spVIPES/>_:
pip install spVIPES
  1. Install the latest development version:
pip install git+https://github.com/nrclaudio/spVIPES.git@main

Contact

If you found a bug, please use the issue tracker.

Citation

t.b.a

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spvipes-0.0.1.tar.gz (50.1 kB view hashes)

Uploaded Source

Built Distribution

spvipes-0.0.1-py3-none-any.whl (37.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page