Skip to content

Commit

Permalink
add metrics to pl module (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinnovation authored Jul 5, 2020
1 parent 9924c76 commit b6507da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytorch_lightning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@
from pytorch_lightning.callbacks import Callback
from pytorch_lightning.trainer import Trainer
from pytorch_lightning.utilities.seed import seed_everything
from pytorch_lightning import metrics

__all__ = [
'Trainer',
'LightningModule',
'Callback',
'data_loader',
'seed_everything',
'metrics'
]

# necessary for regular bolts imports. Skip exception since bolts is not always installed
Expand Down

0 comments on commit b6507da

Please sign in to comment.