Open msafi04 opened 4 years ago
You might want to use solution on here
Altough.... this is not documented and subject to change over time 🤔
quick workaround: wrap one of the models in tf.keras.Sequential([model], name="new_name"). That will resolve the naming issue.
I am trying to use 3 'EfficientNetB7' backbones with different input size in the same model but I get the following error.
Is there a way to change the name of the model name?
I tried model._name to set a new name but didn't work.
Please help
ValueError: The name "efficientnet-b7" is used 2 times in the model. All layer names should be unique.