- This topic has 1 reply, 2 voices, and was last updated 1 year, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Fórum Processamento de Linguagem Natural com BERT e Python › ModuleNotFoundError: No module named ‘official’
—————————————————————————
ModuleNotFoundError Traceback (most recent call last)
Cell In[4], line 2
1 import tensorflow_hub as hub
—-> 2 from official.nlp.bert.tokenization import FullTokenizer
3 from official.nlp.bert.input_pipeline import create_squad_dataset
4 from official.nlp.data.squad_lib import generate_tf_record_from_json_file
ModuleNotFoundError: No module named ‘official’
Estou rodando no meu jupyter. Alguém sabe como resolver?
Olá Wagner, em Materiais utilize o colab da aula disponível no link abaixo:
https://iaexpert.academy/topic/importacao-das-bibliotecas-3/
Fabio