Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T09:38:03.000Z (about 4 years ago)
- Last Synced: 2024-08-02T19:01:35.757Z (4 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
}
},
```