Skip to content

Commit

Permalink
Fix cannot import name MultiTaskDataSample
Browse files Browse the repository at this point in the history
  • Loading branch information
marouaneamz committed Nov 28, 2022
1 parent 15fb9b0 commit 404d15d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmcls/structures/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved.
from .cls_data_sample import ClsDataSample
from .multi_task_data_sample import MultiTaskDataSample
from .utils import (batch_label_to_onehot, cat_batch_labels,
stack_batch_scores, tensor_split)

Expand Down

0 comments on commit 404d15d

Please sign in to comment.