@pipcook/plugins-image-classification-tensorflow-model-evaluate

evaluate for tensorflow

Usage no npm install needed!

<script type="module">
  import pipcookPluginsImageClassificationTensorflowModelEvaluate from 'https://cdn.skypack.dev/@pipcook/plugins-image-classification-tensorflow-model-evaluate';
</script>

README

pipcook/plugins-image-classification-tensorflow-model-evaluate

Description

This plugin will be used to train image classification models built on top of tensorflow.

Required Parameters

Parameter Type Description

Optional Parameters

Parameter Type Default Value Description
batchSize number 16 data's batch size to be trained for every iteration

Example

"modelEvaluate": {
  "package": "pipcook/plugins-image-classification-tensorflow-model-evaluate"
}