TensorFlow集线器,Elmo模块的证书验证失败

时间:2020-03-04 08:33:23

标签: urlopen elmo

我正在尝试使用以下网址导入Elmo模块:

elmo = hub.Module("https://tfhub.dev/google/elmo/3", trainable=True) 

但由于出现错误而无法加载:

URLError:urlopen错误[SSL:CERTIFICATE_VERIFY_FAILED]证书验证失败:证书已过期(_ssl.c:1076)

有人可以帮我使这件事起作用吗?

0 个答案:

没有答案