MaskedTensors for PyTorch
Project description
maskedtensor
MaskedTensor is a library that is part of the PyTorch project and is an extension of torch.Tensor
by providing the ability to mask out the value for any given element. Elements with masked out values are ignored during computation and give the user access to advanced semantics such as masked reductions, safe softmax, masked matrix multiplication, filtering NaNs, and masking out certain gradient values.
Installation
Binaries
To install MaskedTensor via pip, use the following command:
pip install maskedtensor
Note that MaskedTensor requires PyTorch >= 1.11, which you can get on the the main website
From Source
To install from source, you will need Python 3.7 or later, and we highly recommend that you use an Anaconda environment. Then run:
python setup.py develop
Documentation
Please find documentation on the MaskedTensor Website.
Building documentation
Please follow the instructions in the docs README.
Notebooks
For an introduction and instructions on how to use MaskedTensors and what they are useful for, there are a nubmer of tutorials on the MaskedTensor website.
License
maskedtensor is licensed under BSD 3-Clause
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file maskedtensor-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: maskedtensor-0.10.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.8.2 keyring/23.4.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a5cf1b8779524fab303b7441a944a9c4d403be72f34f6e6291b366856cf6f88 |
|
MD5 | 31fb8ef6d1f82541cef42a868e896986 |
|
BLAKE2b-256 | 43636dd1b68f5836bdf5adc3a7a4dbfdb06316f385951580d717c7db3c3dcf3b |