Metadata-Version: 2.1
Name: torchensemble
Version: 0.1.3
Summary: A unified ensemble framework for PyTorch to improve the performance and robustness of your deep learning model
Home-page: https://github.com/xuyxu/Ensemble-Pytorch
Maintainer: Yi-Xuan Xu
Maintainer-email: xuyx@lamda.nju.edu.cn
License: BSD 3-Clause
Project-URL: Bug Tracker, https://github.com/xuyxu/Ensemble-Pytorch/issues
Project-URL: Documentation, https://ensemble-pytorch.readthedocs.io
Project-URL: Source Code, https://github.com/xuyxu/Ensemble-Pytorch
Requires-Dist: torch (>=1.4.0)
Requires-Dist: torchvision (>=0.2.2)
Requires-Dist: scikit-learn (>=0.23.0)

Ensemble PyTorch is a unified ensemble framework for PyTorch to improve the performance and robustness of your deep learning model. Please refer to our `documentation <https://ensemble-pytorch.readthedocs.io/>`__ for details.


