-
Notifications
You must be signed in to change notification settings - Fork 209
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
run pipeline error: Forbidden #931
Comments
The jsdelivr is not so stable, sometimes you may need to try several times. If it still fails, you can add the --debug parameter to get the detailed error stack. |
我的机器也是M1 Pro芯片 |
可以加个 -d 参数看下具体的错误栈。 |
|
应该是 framework 没有 M1 的实现,现在 tfjs 应该已经支持 m1 了,更新下 tfjs 版本应该就可以了。在我们更新验证完之前,你可以试试下载 https://pipcook-cloud.oss-cn-hangzhou.aliyuncs.com/framework/node14-py37/tfjs%403.8-darwin-x64-v8.zip ,解压后是一个 npm package,将 tfjs 升级成支持 M1 的版本,然后重新压缩成 zip。 {
"options": {
"framework": "file:///path/to/your/tfjs.zip",
} 应该就可以绕过这个错误了。 |
我将zip包解压后,修改framework/framework.json中的arch为amd64,然后压缩,修改options.framework路径。最后运行,还是会报错,报错如下
|
OK了,重新yarn一下 |
这个问题还没有修复,mac m1 型片,报错:run pipeline error: Forbidden,有修复计划么? |
已经更新了 framework,现在应该可以在 m1 上的 node 16 环境下正常运行了。 |
我这里还是不行..,运行的命令是:pipcook train https://cdn.jsdelivr.net/gh/alibaba/pipcook@main/example/pipelines/image-classification-mobilenet.json -o ./output -d |
MacBook M1 pro
sudo pipcook train ./objDect.json # => run pipeline error: Forbidden
The text was updated successfully, but these errors were encountered: