Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

The Pipcook model train plugin for detectron2

Awesome Lists containing this project

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
}
},
```