I am trying to retrain the inception v3 model.
However, I got stuck by an error
AttributeError: module 'tensorflow.python.framework.op_def_registry' has no attribute 'get_registered_ops'
in the tensorflow_hub native_module.py file.
Why do I get this error?
missing_ops = graph_ops - set(op_def_registry.get_registered_ops().keys())