Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tag_scheme should be able to contain the outside_tag #38

Open
rubmz opened this issue Mar 18, 2022 · 0 comments
Open

tag_scheme should be able to contain the outside_tag #38

rubmz opened this issue Mar 18, 2022 · 0 comments

Comments

@rubmz
Copy link

rubmz commented Mar 18, 2022

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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant