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

Padding character: #27 or 28? #16

Open
alexdiment opened this issue Sep 3, 2019 · 0 comments
Open

Padding character: #27 or 28? #16

alexdiment opened this issue Sep 3, 2019 · 0 comments

Comments

@alexdiment
Copy link

t.append(27) # replace with a space char to pad

In generator.py, get_intseq(), the padding is done with character 27. In the char map, it stands for an apostrophe, not the extra 28th padding character. In utils.py, int_to_text_sequence, a character 28 is mentioned as the one for padding. Is that intended?

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