Generic implementation of Deep Neural Networks for Density Estimation in PyTorch and PytorchLightning.
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]"