TorchLikelihoods: User-friendly handling of likelihoods in Pytorch
Project description
TorchLikelihoods
A library for handling likelihoods in PyTorch for any type of data
Installation
Run the following to install
pip install torchlikelihoods
Usage
from torchlikelihoods import NormalLikelihood
import torch
num_samples, num_feats = 100, 5
normal_data = torch.randn((num_samples, num_feats))
lik = NormalLikelihood(domain_size=num_feats)
scaler = lik.get_scaler()
print(f"Domain size: {lik.domain_size()}")
print(f"Params size: {lik.params_size()}")
Do you want to get involved in the development?
pip install -e .[dev]
Testing
To run the tests:
make test
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
torchlikelihoods-0.0.5.2.tar.gz
(13.9 kB
view details)
Built Distribution
File details
Details for the file torchlikelihoods-0.0.5.2.tar.gz
.
File metadata
- Download URL: torchlikelihoods-0.0.5.2.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87af3d2f503e80cb79ef2d1e4dcabc66d990721af059c7083fdcb8bbcd9532af |
|
MD5 | b591b3f5b7557287ed57afb0efcdbd89 |
|
BLAKE2b-256 | 4ca06d333747b1848a42053b93da555c697379db9dd4b74675cfdf2a757e4011 |
File details
Details for the file torchlikelihoods-0.0.5.2-py3-none-any.whl
.
File metadata
- Download URL: torchlikelihoods-0.0.5.2-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f4906eddd8149aae222407df1d730c704d5f3014f1c875aa68c785e93de1e51 |
|
MD5 | a619cf3b0c1c8f55805e94c10b148123 |
|
BLAKE2b-256 | 78443c7e8e53a477c324b981926d33b200ef6d06741f51c6842710f22f898e5c |