Skip to content

incompatible dataset labels #10

@glicerico

Description

@glicerico

Labels for the train, valid and test datasets are created independently of each other. See

classes = sorted(set(self.acts))

Even if sorted, they won't be compatible if the validate/test splits don't contain all the labels.

For the switchboard dataset, the test data contains 5 less labels than the train data, so the predictions will be off.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions