Skip to content

Rethink API for sequence encoder and implement a few more #65

Open
@johann-petrak

Description

@johann-petrak

Currently the sequence encoding is really done by the feature extractor and the sequence encoder jointly, and the sequence encoder only sees the class annotations for each instance separately.

We should move the full functionality into the sequence encoder and also make sure that all
encoding strategies we want to support get all the date they need, which may include the class annotations from the previous instance, the labels generated for the previous instance or even a completely different approach.

To figure this out, start implementing a number of commonly used sequence encoding strategies and think about how to deal with overlapping class annotations for the same or different classes.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions