Post

Replies

Boosts

Views

Activity

Reply to Couldn't install tensor flow-text
78 """Detokenize and convert tensor to nested lists of python strings.""" 79 if tf_text is None: ---> 80 raise ImportError( 81 f"{symbol_name} requires the tensorflow-text package. " 82 "Please install with pip install tensorflow-text." 83 ) ImportError: GPT2Tokenizer requires the tensorflow-text package. Please install with pip install tensorflow-text.
Jun ’23