TorchEnsemble-Community / Ensemble-Pytorch

A unified ensemble framework for PyTorch to improve the performance and robustness of your deep learning model.
https://ensemble-pytorch.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.08k stars 95 forks source link

typo in readthedocs #91

Closed kiranchari closed 3 years ago

kiranchari commented 3 years ago

In https://ensemble-pytorch.readthedocs.io/en/stable/quick_start.html#set-the-logger

from torchensemble.utils import set_logger must be changed to from torchensemble.utils.logging import set_logger

The former throws an import error

xuyxu commented 3 years ago

Thanks, will appreciate a PR very much ;-)

xuyxu commented 3 years ago

@all-contributors please add @kiranchari for doc

allcontributors[bot] commented 3 years ago

@xuyxu

I've put up a pull request to add @kiranchari! :tada: