Open chenshuo0012 opened 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?
export PYTHONPATH=$PYTHONPATH:/path/to/automl/efficientnetv2
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?