1.1.1 • Published 5 years ago
@pipcook/plugins-tensorflow-resnet-model-define v1.1.1
@pipcook/plugins-tensorflow-resnet-model-define
Description
This plugin defines a image classification model. This model is resnet. The model is built using python tensorflow.
Required Parameters
| Parameter | Type | Description |
|---|
Optional Parameters
| Parameter | Type | Default Value | Description |
|---|---|---|---|
| loss | string | categorical_crossentropy | the loss function to be defined. Look more |
| metrics | string[] | 'accuracy' | metrics used to evaluate model. Look more |
| learningRate | number | 0.001 | base learning rate for Adam |
| decay | number | 0.05 | decay rate for Adam |
| freeze | boolean | false | Whether to freeze first several layers |
| labelMap | object | null | label map, only specified when recoverPath is provided |
| recoverPath | string | null | Recover path of pretrained model |
Example
"modelDefine": {
"package": "@pipcook/plugins-tensorflow-resnet-model-define",
"params": {
"freeze": true
}
},1.1.1
5 years ago
1.1.1-749d1ac-beta.0
5 years ago
1.1.1-3d119b8-beta.0
5 years ago
1.1.0
5 years ago
1.1.1-a56d245-beta.0
5 years ago
1.0.7-d5a1a36-beta.0
5 years ago
1.0.6
5 years ago
1.0.6-4913202-beta.1
5 years ago
1.0.6-beta.4
5 years ago
1.0.6-2.0
5 years ago
1.0.6-beta.3
5 years ago
1.0.6-alpha.0
5 years ago
1.0.6-beta.2
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
0.8.0
5 years ago
0.7.1
5 years ago
0.7.0
5 years ago
0.6.3
6 years ago
0.6.2
6 years ago
0.6.0
6 years ago
0.5.0
6 years ago