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?