Skip to content

Commit

Permalink
add modules to contrib handlers namespace
Browse files Browse the repository at this point in the history
previously this occured as a side effect, adding it explicitly now.
  • Loading branch information
leej3 committed Mar 22, 2024
1 parent 7730ce1 commit 6cde652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignite/contrib/handlers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@

from ignite.handlers.visdom_logger import VisdomLogger
from ignite.handlers.wandb_logger import WandBLogger
from ignite.handlers import clearml_logger, mlflow_logger, neptune_logger, polyaxon_logger, tensorboard_logger, tqdm_logger, wandb_logger, visdom_logger

0 comments on commit 6cde652

Please sign in to comment.