ImportError: No module named keras.applications.resnet50

the running environment is ubuntu 16.04 python 3.5.2
cd project folder
virtualenv-p python3 env
source env/bin/activate
pip install-r requirements.txt
requirements.txt file contents are as follows:
"
h5py==2.7.1
Keras==2.0.6
numpy==1.13.3
olefile==0.44
Pillow==4.3.0
protobuf==3.4.0
PyYAML==3.12
scipy==0.19.1
six==1.11.0
tensorflow-gpu==1.1.0
br < > br

the following error occurred while running the project script file:

Thank you very much for the answer you are about to give.

Mar.12,2021

python2 that comes with Ubuntu. Which python environment should be specified by the script

Menu