https://github.com/imgcook/pipcook-plugin-detectron-model-train
  
  
    The Pipcook model train plugin for detectron2 
    https://github.com/imgcook/pipcook-plugin-detectron-model-train
  
        Last synced: 8 months ago 
        JSON representation
    
The Pipcook model train plugin for detectron2
- Host: GitHub
 - URL: https://github.com/imgcook/pipcook-plugin-detectron-model-train
 - Owner: imgcook
 - License: apache-2.0
 - Created: 2020-08-13T05:35:50.000Z (about 5 years ago)
 - Default Branch: master
 - Last Pushed: 2020-10-20T09:38:03.000Z (about 5 years ago)
 - Last Synced: 2025-01-13T18:24:39.559Z (10 months ago)
 - Language: TypeScript
 - Size: 33.2 KB
 - Stars: 0
 - Watchers: 6
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - Changelog: CHANGELOG.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-imgcook - imgcook/pipcook-plugin-detectron-model-train - based vision model. (Pipcook Plugins / Model Train)
 
README
          # @pipcook/plugins-detectron-model-train
### Description
This plugin will be used to train any models built on top of [detectron2](https://github.com/facebookresearch/detectron2).
### Required Parameters
| Parameter | Type | Description |
|:----------|:-----|:------------|
### Optional Parameters
| Parameter | Type | Default Value | Description |
|:----------|:-----|:------|:-----|
|steps|number|100000|how many steps to train|
### Example
```json
"modelTrain": {
  "package": "@pipcook/plugins-detectron-model-train",
  "params": {
    "steps": 200000
  }
},
```