Skip to content

Commit

Permalink
remove incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 17, 2023
1 parent ced60d1 commit 357b14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/python/LrFinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from torch.utils.data import DataLoader, BatchSampler, RandomSampler
from tqdm import tqdm

from inst.python.Estimator import batch_to_device
from Estimator import batch_to_device


class ExponentialSchedulerPerBatch(_LRScheduler):
Expand Down

0 comments on commit 357b14e

Please sign in to comment.