Angel-ML / PyTorch-On-Angel

PyTorch On Angel, arming PyTorch with a powerful Parameter Server, which enable PyTorch to train very big models.
164 stars 51 forks source link

模型训练报错 #21

Closed kettlelinna closed 3 years ago

kettlelinna commented 4 years ago

User class threw exception: java.lang.UnsatisfiedLinkError: no torch_angel in java.library.path java.lang.UnsatisfiedLinkError: no torch_angel in java.library.path image

kettlelinna commented 4 years ago

看样子是上传归档包的归档包--archives torch.zip#torch没有到达java.library.path

timber-vine commented 3 years ago

兄弟,你解决没,我们也遇到这个问题了。

timber-vine commented 3 years ago

兄弟,我解决了。

ouyangwen-it commented 3 years ago

User class threw exception: java.lang.UnsatisfiedLinkError: no torch_angel in java.library.path java.lang.UnsatisfiedLinkError: no torch_angel in java.library.path image

这个是因为你打的archives包解压后的目录和你配置的不匹配,确认下你的解压路径,然后在 脚本配置正确 image

kettlelinna commented 3 years ago

谢谢回复。

------------------ 原始邮件 ------------------ 发件人: "Ouyang Wen"<notifications@github.com>; 发送时间: 2020年9月27日(星期天) 下午5:33 收件人: "Angel-ML/PyTorch-On-Angel"<PyTorch-On-Angel@noreply.github.com>; 抄送: "天打雷劈屠真龙"<1042892985@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [Angel-ML/PyTorch-On-Angel] 模型训练报错 (#21)

User class threw exception: java.lang.UnsatisfiedLinkError: no torch_angel in java.library.path java.lang.UnsatisfiedLinkError: no torch_angel in java.library.path

这个是因为你打的archives包解压后的目录和你配置的不匹配,

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.