Datasets:
Removed pudb
#1
by
floschne
- opened
- mvl-sib200.py +0 -2
mvl-sib200.py
CHANGED
@@ -681,8 +681,6 @@ class MVLSIB(datasets.GeneratorBasedBuilder):
|
|
681 |
# Reorder categories based on the shuffled indices
|
682 |
# NOTE: positive text is quasi-shuffled already
|
683 |
_, categories_shuffled = zip(*sorted(zip(sent_ids, cats)))
|
684 |
-
import pudb
|
685 |
-
pu.db
|
686 |
|
687 |
# Match the categories to the sampled image indices
|
688 |
row_image_ids = choice_image_ids[i]
|
|
|
681 |
# Reorder categories based on the shuffled indices
|
682 |
# NOTE: positive text is quasi-shuffled already
|
683 |
_, categories_shuffled = zip(*sorted(zip(sent_ids, cats)))
|
|
|
|
|
684 |
|
685 |
# Match the categories to the sampled image indices
|
686 |
row_image_ids = choice_image_ids[i]
|