-
Notifications
You must be signed in to change notification settings - Fork 53
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
getting error in train.py #6
Comments
this worked for me |
hi @aatithya-hitkar @ramsrigouthamg I am getting segmentation fault as error while training on ec2 p2.xlarge instance. please help |
i haven't faced this issue |
@aatithya-hitkar @ramsrigouthamg |
Hi @ramsrigouthamg
I am getting an error at the following line
tokenizer = T5Tokenizer.from_pretrained('t5-base')
error says : ImportError:
T5Tokenizer requires the SentencePiece library but it was not found in your environment. Checkout the instructions on the
installation page of its repo: https://github.com/google/sentencepiece#installation and follow the ones
that match your environment.
The text was updated successfully, but these errors were encountered: