Skip to content

Commit

Permalink
Change "pytorch_lightning" to "lightning" in instantiators.py (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
tesfaldet committed May 12, 2023
1 parent 467a974 commit ca07865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/instantiators.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from typing import List

import hydra
from lightning import Callback
from lightning.pytorch.loggers import Logger
from omegaconf import DictConfig
from pytorch_lightning import Callback
from pytorch_lightning.loggers import Logger

from src.utils import pylogger

Expand Down

0 comments on commit ca07865

Please sign in to comment.