efficientnet
efficientnet copied to clipboard
ImportError: cannot import name 'EfficientNetB3' from 'efficientnet' (/home/oss/R&D/efficientnet/__init__.py)
I am getting this error. If I downgrade to version 0.0.2 I don't get this error instead, I get NameError: name 'drop_connect_rate' is not defined
the EfficientNetB3 is in efficientnet.keras in new version,maybe you can try import again from efficientnet.keras
Hi I am still getting this problem did you solved?