Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 url 导入 Elmo 模块:
elmo = hub.Module("https://tfhub.dev/google/elmo/3", trainable=True)
但我无法加载它,因为它给出了一个错误:
URLError: urlopen 错误 [SSL: CERTIFICATE_VERIFY_FAILED] 证书验证失败:证书已过期 (_ssl.c:1076)
谁能帮我搞定这件事?