keras-applications icon indicating copy to clipboard operation
keras-applications copied to clipboard

cannot import efficientnet implementation in keras_applications AttributeError: module 'keras_applications' has no attribute 'efficientnet'

Open vamshi-vk opened this issue 5 years ago • 1 comments

Summary

Environment

  • Python version: 3.7.7
  • Keras version:2.3.1
  • Keras-applications version:1.0.8
  • Keras backend with version:

Logs or source codes for reproduction

vamshi-vk avatar Mar 26 '20 18:03 vamshi-vk

keras-applications hasn't had a new release since it was added. You will need to install this directly from source.

xhluca avatar Dec 20 '20 23:12 xhluca