-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,3 @@ test | |
pipcook_venv | ||
output | ||
example | ||
|
||
packages/boa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ In Pipcook, we use Pipeline to represent the training process of a model, so in | |
"target": "/tmp/mobilenet-model.zip" | ||
}], | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 20, | ||
"validationRequired": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ After the dataset is ready, we can start training. Using Pipcook can be very con | |
"model": "https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@fe00a8e/scripts/image-classification-mobilenet/build/model.js", | ||
"artifact": [], | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 20, | ||
"validationRequired": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ Then define the [model script](https://github.com/imgcook/pipcook-script/blob/ma | |
{ | ||
"model": "https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@fe00a8e/scripts/image-classification-mobilenet/build/model.js", | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 20, | ||
"validationRequired": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ Pipcook 2.0 做了大量功能和性能优化,让开发者和用户可以以 | |
"target": "/home/pipcook/mobilenet-model.zip" | ||
}], | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 10, | ||
"validationRequired": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
"target": "/tmp/mobilenet-model.zip" | ||
}], | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 20, | ||
"validationRequired": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ | |
"model": "https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@fe00a8e/scripts/image-classification-mobilenet/build/model.js", | ||
"artifact": [], | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 20, | ||
"validationRequired": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ predictBookPrice('Dive into Pipcook'); // 199.0 | |
{ | ||
"model": "https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@fe00a8e/scripts/image-classification-mobilenet/build/model.js", | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 20, | ||
"validationRequired": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
], | ||
"model": "https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@fe00a8e/scripts/image-classification/build/model.js", | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 10, | ||
"validationRequired": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
], | ||
"model": "https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@fe00a8e/scripts/image-classification/build/model.js", | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 10, | ||
"validationRequired": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
], | ||
"model": "https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@fe00a8e/scripts/object-detection-yolo/build/model.js", | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 100, | ||
"validationRequired": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -177,7 +177,7 @@ | |
" \"target\": \"/tmp/mobilenet-model.zip\"\n", | ||
" }],\n", | ||
" \"options\": {\n", | ||
" \"framework\": \"[email protected]\",\n", | ||
" \"framework\": \"[email protected]\",\n", | ||
" \"train\": {\n", | ||
" \"epochs\": 15,\n", | ||
" \"validationRequired\": true\n", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -223,7 +223,7 @@ | |
" \"artifact\": [{\n", | ||
" }],\n", | ||
" \"options\": {\n", | ||
" \"framework\": \"[email protected]\",\n", | ||
" \"framework\": \"[email protected]\",\n", | ||
" \"train\": {\n", | ||
" \"epochs\": 20,\n", | ||
" \"validationRequired\": true\n", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"target": "/tmp/mobilenet-model.zip" | ||
}], | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 1, | ||
"validationRequired": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
}], | ||
"model": "https://cdn.jsdelivr.net/gh/imgcook/pipcook-script@fe00a8e/scripts/image-classification/build/model.js", | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 1, | ||
"validationRequired": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"target": "/tmp/mobilenet-model.zip" | ||
}], | ||
"options": { | ||
"framework": "[email protected]", | ||
"framework": "[email protected]", | ||
"train": { | ||
"epochs": 1, | ||
"validationRequired": true | ||
|