huawei-noah / vega

AutoML tools chain
http://www.noahlab.com.hk/opensource/vega/
Other
845 stars 176 forks source link

Is there any doc for using my own backbone or trainer? #82

Closed DanceInDark closed 3 years ago

DanceInDark commented 3 years ago

Hi, thank you for the great work. I want to run pba with my own data and model. Is there any doc to quickly tell me how to use my own backbone or trainer?

fengChenHPC commented 3 years ago

we use calback to customize trainer, you can refer 5.5 of docs/cn/developer/developer_guide.md

for data you can reference docs/cn/developer/datasets.md