fastnlp / fastNLP

fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
https://gitee.com/fastnlp/fastNLP
Apache License 2.0
3.05k stars 451 forks source link

无法访问和下载fastNLP的embedding与数据集 #364

Closed zxzlogic closed 3 years ago

zxzlogic commented 3 years ago

Describe the bug 无法访问和下载fastNLP可加载embedding与数据集

To Reproduce 重现这个bug的步骤

  1. from fastNLP.io import ChnSentiCorpLoader
  2. 返回错误
    ConnectionRefusedError                    Traceback (most recent call last)
    ~/anaconda3/envs/py3/lib/python3.7/site-packages/urllib3/connection.py in _new_conn(self)
    169             conn = connection.create_connection(
    --> 170                 (self._dns_host, self.port), self.timeout, **extra_kw
    171             )

Expected behavior 可以正常访问下载资源

yhcc commented 3 years ago

之前数据服务器因为下载流量超过了阈值自动停止了。现在已经恢复~