Keras mobilenet can't be imported (missing Relu6 ...
github.com › apple › coremltoolsOct 08, 2017 · AttributeError: module 'tensorflow.python.keras.applications.mobilenet' has no attribute 'relu6' Please help on this. what worked for me is loading the weights and json individually. ` ... from tensorflow.python.keras.models import load_model with CustomObjectScope({'relu6': mobilenet.relu6,'DepthwiseConv2D': mobilenet.DepthwiseConv2D}):