Metadata-Version: 2.1
Name: torchde
Version: 0.0.2
Summary: 'torchde' offers a lightweight PyTorch toolbox for Deep Density Estimation Models
Home-page: https://github.com/vahidzee/deepde
Author: Vahid Zehtab
Author-email: vdzehtab@gmail.com
License: MIT
Download-URL: https://github.com/vahidzee/torchde
Description: # Torch Density Estimation
        Generic implementation of Deep Neural Networks for Density Estimation in [PyTorch](https://pytorch.org/) and [PytorchLightning](https://www.pytorchlightning.ai/). 
        
        ## Installation
        In order to network implementations install `torchde` via pip:
        ```shell
        pip install torchde
        ```
        In case you wish to employ the training procedures and datamodule implementations (on top of `pytorch-lightning`), you would need to install the additional tools as well:
        
        ```shell
        pip install "torchde[tools]"
        ```
        
Keywords: deep learning,pytorch,AI,density estimation,masked autoencoders,pixelcnn,autoregressive models
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
Provides-Extra: tools
