The LabeledMultiSpan was moved to pie-modules (and also fixed), see https://github.com/ArneBinder/pie-modules/pull/59. So we remove it from pytorch-ie to mitigate any confusion caused by two implementations (note that comparison would break when comparing an instance of one with the other even if the implemented semantics are identical).
Note that this also removes _post_init_multi_span().
The
LabeledMultiSpan
was moved topie-modules
(and also fixed), see https://github.com/ArneBinder/pie-modules/pull/59. So we remove it frompytorch-ie
to mitigate any confusion caused by two implementations (note that comparison would break when comparing an instance of one with the other even if the implemented semantics are identical).Note that this also removes
_post_init_multi_span()
.