Skip to content

tag_scheme should be able to contain the outside_tag #38

@rubmz

Description

@rubmz

If someone passes the outside_tag as part of the tag scheme they would probably get something like:

[Expected input batch_size (324) to match target batch_size (4)]

That is because the scheme_tag would inflate the batch size by some extra bytes (the direct portion of the outside tag from the number of other schema tags). This can easily be fixed by putting in the training.py [138:0]:

    tag_complete = list(set([tag_outside] + tag_scheme))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions