Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProblem with BERT batch generation #45
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a problem with padding on line 73-75 . What if the sentence length is larger than maxlen? Then we end up with sequences of varying length and line 214 throws an error.