ArneBinder / pytorch-ie

PyTorch-IE: State-of-the-art Information Extraction in PyTorch
MIT License
74 stars 8 forks source link

decouple `(Iterable)Dataset` from core framework (except for tests) #363

Closed ArneBinder closed 10 months ago

ArneBinder commented 10 months ago

This is in preparation for outsourcing the complete logic related to PyTorch-IE Dataset, IterableDataset, and DatasetDict to pie-datasets (see https://github.com/ArneBinder/pie-datasets/pull/21, https://github.com/ArneBinder/pie-datasets/pull/22, and https://github.com/ArneBinder/pie-datasets/issues/7).

follow-up: #366