Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
import MultiTaskDataLoader to data_loaders/__init__.py (#4885)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrry committed Dec 23, 2020
1 parent d1cc146 commit fbab0bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions allennlp/data/data_loaders/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from allennlp.data.data_loaders.data_loader import DataLoader, TensorDict, allennlp_collate
from allennlp.data.data_loaders.multi_process_data_loader import MultiProcessDataLoader, WorkerError
from allennlp.data.data_loaders.multitask_data_loader import MultiTaskDataLoader

from allennlp.data.data_loaders.pytorch_data_loader import (
PyTorchDataLoader,
allennlp_worker_init_fn,
Expand Down

0 comments on commit fbab0bd

Please sign in to comment.