Skip to content
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

pipcook run 失败 #903

Open
keke0327 opened this issue Nov 3, 2021 · 6 comments
Open

pipcook run 失败 #903

keke0327 opened this issue Nov 3, 2021 · 6 comments

Comments

@keke0327
Copy link

keke0327 commented Nov 3, 2021

pipcook run https://raw.githubusercontent.com/alibaba/pipcook/main/example/pipelines/mobilenet.v2.json
然后报错 run pipeline error: Not Found

@FeelyChau
Copy link
Collaborator

You should use this URL instead:

pipcook run https://raw.githubusercontent.com/alibaba/pipcook/main/example/pipelines/image-classification-mobilenet.json

@keke0327
Copy link
Author

keke0327 commented Nov 3, 2021

{
"specVersion": "2.0",
"type": "ImageClassification",
"datasource": "https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@b1f834c/scripts/image-classification-mobilenet/build/datasource.js?url=http://ai-sample.oss-cn-hangzhou.aliyuncs.com/image_classification/datasets/imageclass-test.zip",
"dataflow": [
"https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@b1f834c/scripts/image-classification-mobilenet/build/dataflow.js?size=224&size=224"
],
"model": "https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@b1f834c/scripts/image-classification-mobilenet/build/model.js",
"artifact": [],
"options": {
"framework": "tfjs@3.8",
"train": {
"epochs": 20,
"validationRequired": true
}
}
}
官网示例的这个,也会 run pipeline error: Not Found

@keke0327
Copy link
Author

keke0327 commented Nov 3, 2021

image

@FeelyChau
Copy link
Collaborator

Try this:

pipcook run https://cdn.jsdelivr.net/gh/alibaba/pipcook@main/example/pipelines/image-classification-mobilenet.json

It looks like a network problem.

@xlhandsome
Copy link

pipcook run https://raw.githubusercontent.com/alibaba/pipcook/main/example/pipelines/image-classification-mobilenet.json

✖ something wrong when run job: Cannot read property 'dataCollect' of undefined

It not work, what should I do ?

@FeelyChau
Copy link
Collaborator

pipcook run https://raw.githubusercontent.com/alibaba/pipcook/main/example/pipelines/image-classification-mobilenet.json

✖ something wrong when run job: Cannot read property 'dataCollect' of undefined

It not work, what should I do ?

Please upgrade PipCook to 2.x:

npm install @pipcook/cli -g

Your pipcook-cli is v1.x, but the pipeline file suits v2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants