标签: urlopen elmo
我正在尝试使用以下网址导入Elmo模块:
elmo = hub.Module("https://tfhub.dev/google/elmo/3", trainable=True)
但由于出现错误而无法加载:
URLError:urlopen错误[SSL:CERTIFICATE_VERIFY_FAILED]证书验证失败:证书已过期(_ssl.c:1076)
有人可以帮我使这件事起作用吗?