我正在使用 Colab 运行文本分析代码。我想从 tensorflow_hub获得Universal-sentence-encoder-large 。但任何时候运行包含以下代码的块:
module = hub.Module("https://tfhub.dev/google/universal-sentence-encoder-large/3")
我收到此错误:
RuntimeError: variable_scope module_8/ was unused but the
corresponding name_scope was already taken.
如果您知道如何修复此错误,我将不胜感激?