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
Please include installation instructions on the README file
The text was updated successfully, but these errors were encountered:
@leiterenato
Here is what worked for me:
pip install t5
You will also likely need imports such as:
import tensorflow as tf import seqio import t5 import functools
Sorry, something went wrong.
Seems you can also just do pip install seqio, as it's on the Python Package Index here.
pip install seqio
No branches or pull requests
Please include installation instructions on the README file
The text was updated successfully, but these errors were encountered: