Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 518 Bytes

Torch Density Estimation

Generic implementation of Deep Neural Networks for Density Estimation in PyTorch and PytorchLightning.

Installation

In order to network implementations install torchde via pip:

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:

pip install "torchde[tools]"