ModuleNotFoundError: No module named ‘official’

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

Visualizando 2 posts - 1 até 2 (de 2 do total)
  • Autor
    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
    Participante

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

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

      Fabio

       

    Visualizando 2 posts - 1 até 2 (de 2 do total)
    • Você deve fazer login para responder a este tópico.