We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f06cb commit 3a23e56Copy full SHA for 3a23e56
1 file changed
docs/quick_start.rst
@@ -49,7 +49,7 @@ Ensemble-PyTorch uses a global logger to track and print the intermediate loggin
49
50
.. code-block:: python
51
52
- from torchensemble.utils import set_logger
+ from torchensemble.utils.logging import set_logger
53
54
logger = set_logger('classification_mnist_mlp')
55
0 commit comments