Skip to content

Commit

Permalink
fix(raytune_learner): fix imports in raytune_learner
Browse files Browse the repository at this point in the history
  • Loading branch information
mathysgrapotte committed Jan 29, 2025
1 parent 5e6faa0 commit 5bf0481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stimulus/learner/raytune_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from torch import nn, optim
from torch.utils.data import DataLoader, Dataset

from stimulus.data.experiments import EncoderLoader
from stimulus.data.loaders import EncoderLoader
from stimulus.data.handlertorch import TorchDataset
from stimulus.learner.predict import PredictWrapper
from stimulus.utils.generic_utils import set_general_seeds
Expand Down

0 comments on commit 5bf0481

Please sign in to comment.