keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Mobilenet Import issue #68

Closed akashdeepjassal closed 5 years ago

akashdeepjassal commented 5 years ago

Using TensorFlow backend. Traceback (most recent call last): File ".\train.py", line 8, in from keras.applications.mobilenet import MobileNet, _depthwise_conv_block ImportError: cannot import name '_depthwise_conv_block'

taehoonlee commented 5 years ago

@akashdeepjassal, the _depthwise_conv_block is designed for internal only.