We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AttributeError: 'TransDataCollatorForLanguageModeling' object has no attribute '_tensorize_batch'
The text was updated successfully, but these errors were encountered:
I replaced that line with
if isinstance(examples[0], (list, tuple, np.ndarray)): examples = [torch.tensor(e, dtype=torch.long) for e in examples]
and it does what (i think) is supposed to happen
Sorry, something went wrong.
were either of you guys able to successfully get evaluation metrics on the TabBERT model? Struggling with this.
No branches or pull requests
AttributeError: 'TransDataCollatorForLanguageModeling' object has no attribute '_tensorize_batch'
The text was updated successfully, but these errors were encountered: