Turing-Project / WriteGPT

基于开源GPT2.0的初代创作型人工智能 | 可扩展、可进化
MIT License
5.32k stars 915 forks source link

模型框架加载模块时卡在gdown.pl #34

Closed NriotHrreion closed 2 years ago

NriotHrreion commented 2 years ago

如题,程序会卡在下载 trained_models/model.ckpt-280000.data-00000-of-00001 ,然后重复输出:

--2022-06-02 12:30:58--  https://docs.google.com/uc?id=1A910UqSNBBi_SEoIDl15095T_5kojESO&export=download
Resolving docs.google.com (docs.google.com)... 173.194.218.101, 173.194.218.138, 173.194.218.102, ...
Connecting to docs.google.com (docs.google.com)|173.194.218.101|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘trained_models/model.ckpt-280000.data-00000-of-00001’

     0K                                     40.1M=0s

2022-06-02 12:30:58 (40.1 MB/s) - ‘trained_models/model.ckpt-280000.data-00000-of-00001’ saved [2241]

我被卡在这里已经半个多小时了,还是一直这样。如果强制停止,再继续执行第三步就会Error。

请问应该如何解决这个问题?