i got
File "..../site-packages/tensorflow_hub/module.py", line 403, in _try_get_state_scope
"name_scope was already taken." % abs_state_scope)
RuntimeError: variable_scope bert_layer_module/ was unused but the corresponding name_scope was already taken.
when tried to use BertLayer class included with
self.bert = hub.Module(
“Google | bert | Kaggle”,
trainable=self.trainable,
name=“{}_module”.format(self.name)
)