@pipcook/plugins-detectron-model-train

This plugin will be used to train any models built on top of detectron2.

Usage no npm install needed!

<script type="module">
  import pipcookPluginsDetectronModelTrain from 'https://cdn.skypack.dev/@pipcook/plugins-detectron-model-train';
</script>

README

@pipcook/plugins-detectron-model-train

Description

This plugin will be used to train any models built on top of detectron2.

Required Parameters

Parameter Type Description

Optional Parameters

Parameter Type Default Value Description
steps number 100000 how many steps to train

Example

"modelTrain": {
  "package": "@pipcook/plugins-detectron-model-train",
  "params": {
    "steps": 200000
  }
},