标签: tensorflow
尝试重用嵌入模块时出现错误消息
我正在使用通用句子编码器变压器模块进行某些开发,以前没有任何问题。但是,当我今天尝试重用该模块时,出现了一个错误,想知道是否有人对此有类似的经验和解决方案?
脚本:embed = hub.Module(“ https://tfhub.dev/google/universal-sentence-encoder-large/3”)
错误:variable_scope module_20 /未使用,但相应的name_scope已被使用。
谢谢。