ModuleNotFoundError: No module named ‘official’

Home Forums Fórum Processamento de Linguagem Natural com BERT e Python ModuleNotFoundError: No module named ‘official’

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42492

    —————————————————————————
    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?

    #42568
    Fábio Spak
    Participant

      Olá Wagner, em Materiais utilize o colab da aula disponível no link abaixo:

      https://iaexpert.academy/topic/importacao-das-bibliotecas-3/

      Fabio

       

    Viewing 2 posts - 1 through 2 (of 2 total)
    • You must be logged in to reply to this topic.