How to acces models from tf-models-official? (Module Not Found tensorflow_models)

110 views Asked by At

I encountered a problem while using the pip Version of the Tensorflow model garden:

The official tutorial supposes following steps:

pip install tensorflow -> Done

pip install tf-models-official -> Done

then running following code:

import numpy as np 
import tensorflow as tf 
from tensorflow_models import nlp 

results in following error

ModuleNotFoundError: No module named 'tensorflow_models'

What am I doing wrong?

0

There are 0 answers