Please include installation instructions
leiterenato opened this issue · 2 comments
leiterenato commented
Please include installation instructions on the README file
conceptofmind commented
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
lucaslingle commented
Seems you can also just do pip install seqio
, as it's on the Python Package Index here.