1.1.1 • Published 4 years ago

@pipcook/plugins-tensorflow-resnet-model-define v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 years ago

@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

ParameterTypeDescription

Optional Parameters

ParameterTypeDefault ValueDescription
lossstringcategorical_crossentropythe loss function to be defined. Look more
metricsstring[] 'accuracy' metrics used to evaluate model. Look more
learningRatenumber0.001base learning rate for Adam
decaynumber0.05decay rate for Adam
freezebooleanfalseWhether to freeze first several layers
labelMapobjectnulllabel map, only specified when recoverPath is provided
recoverPathstringnullRecover path of pretrained model

Example

"modelDefine": {
  "package": "@pipcook/plugins-tensorflow-resnet-model-define",
  "params": {
    "freeze": true
  }
},
1.1.1

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.6-beta.4

4 years ago

1.0.6-2.0

4 years ago

1.0.6-beta.3

4 years ago

1.0.6-alpha.0

4 years ago

1.0.6-beta.2

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

0.8.0

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago