Skip to content

Commit

Permalink
[Fix] mmcls import error (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
linyq17 committed Jan 19, 2022
1 parent 6b566e1 commit 555a348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mmfewshot/classification/datasets/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from typing import Dict, Optional

from mmcls.datasets import ClassBalancedDataset, ConcatDataset, RepeatDataset
from mmcls.datasets.builder import DATASETS, DistributedSampler, worker_init_fn
from mmcls.datasets.builder import DATASETS, worker_init_fn
from mmcls.datasets.samplers import DistributedSampler
from mmcv.runner import get_dist_info
from mmcv.utils import build_from_cfg
from torch.utils.data import DataLoader, Dataset
Expand Down

0 comments on commit 555a348

Please sign in to comment.