@pipcook/plugins-detectron-model-train
v1.1.1
Published
### Description
Downloads
7
Keywords
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
}
},