-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Errno 32] Broken pipe问题 #35
Comments
内存应该够吧,不知道要调哪个文件的num_workers |
只用模型可以不训练 |
好的谢谢 |
请问如何直接用模型不训练 |
改成0之后还是broken了( |
请问如何只用模型不训练 |
作者回复我的: |
想问问预训练的模型在哪里? |
仔细看首页说明啊,下载了预训练的权重直接调用最下面的就可以了,权重链接首页有给。 |
好的谢谢 |
没用过Python所以问题比较小白,不好意思! |
File "E:\Download\python\envs\ysfish\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
│ │ │ └ <Process(Process-3, initial daemon)>
│ │ └ None
│ └ <_io.BufferedWriter name=4>
└ <class 'multiprocessing.reduction.ForkingPickler'>
BrokenPipeError: [Errno 32] Broken pipe
如何解决?
The text was updated successfully, but these errors were encountered: