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
Hi,
Thanks a lot for this notebook. I have followed the notebook and when I get to the
"trainer.train()"
I get the following run time error:
RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float
I am working on AWS SageMaker, with ml.p3.2xlagre instance. I would appreciate any help you can provide.
The text was updated successfully, but these errors were encountered:
same issue, are you able to figure this out?
Sorry, something went wrong.
@Batwho the problem was in the dataset. The dataset contained question and answer field and the model expected 3 question, context and answer
got it thanks!
No branches or pull requests
Hi,
Thanks a lot for this notebook. I have followed the notebook and when I get to the
I get the following run time error:
I am working on AWS SageMaker, with ml.p3.2xlagre instance. I would appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: