david8862 / keras-YOLOv3-model-set

end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologies
MIT License
639 stars 221 forks source link

ModuleNotFoundError: No module named 'tensorflow.keras.applications.resnet_v2' #102

Open amindehnavi opened 4 years ago

amindehnavi commented 4 years ago

Hi how should i fix this? ModuleNotFoundError: No module named 'tensorflow.keras.applications.resnet_v2'

david8862 commented 4 years ago

@amindehnavi what's your TF version? I'm trying to add ResNet50V2 backbone but seems it's not compatible with 1.14. I've just roll back this part. Sorry for trouble.