google / automl

Google Brain AutoML
Apache License 2.0
6.26k stars 1.46k forks source link

ModuleNotFoundError: No module named 'effnetv2_model' #1170

Open chenshuo0012 opened 2 years ago

chenshuo0012 commented 2 years ago

python3.9 Successfully installed keras-efficientnet-v2-1.2.2 tensorflow-2.9.1 when I import effnetv2_model the result is: ModuleNotFoundError: No module named 'effnetv2_model' how to solve the problem?

WHO777 commented 2 years ago

export PYTHONPATH=$PYTHONPATH:/path/to/automl/efficientnetv2