AttributeError: module 'tensorflow' has no attribute 'get_default_graph'
问题 I am doing some task related to image captioning and I have loaded the weights of inception model like this model = InceptionV3(weights='imagenet') But I am getting error like this: AttributeError: module 'tensorflow' has no attribute 'get_default_graph' What should I do? Please help. Here is the full output of above code. 1 . --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () 1 # Load the inception v3 model ---->