ArneBinder / pytorch-ie-hydra-template-1

PyTorch-IE Hydra Template
8 stars 1 forks source link

use pie_utils.document.processors pytorch_ie.DatasetDict #102

Closed ArneBinder closed 1 year ago

ArneBinder commented 1 year ago

This PR replaces a lot of functionality with methods from pytorch_ie.DatasetDict and pie_utils.document.processors because these are better integrated and well tested.

This also:

Requires pytorch-ie 0.17.1 and pie-utils v0.5.0.

Also see see https://github.com/ArneBinder/pie-document-level/pull/88 for the respective PR in that repo