paddle-ce-latest-kpis
paddle-ce-latest-kpis copied to clipboard
Paddle Continuous Evaluation, keep updating.
Paddle Continuous Evaluation Baselines
Howtos
Add New Evaluation Task
Reference mnist task, the following files are required by CE framework:
run.xsh, a script to start this evaluation execution- this script can be any bash script, just place
#!/bin/bashor#/bin/xonshto the head if it is written in thebashorxonshlanguage
- this script can be any bash script, just place
continuous_evaluation.pyto include all theKPIs this task trackslatest_kpisdirectory, include all the baseline files
PR and Add to Service
- PR to
fastbranch, and runce-kpi-fast-testtest on teamcity, - if passed, PR from
fasttomasterbranch.
Add new KPI to track
Reference the interface kpi.py, there are two basic KPIs:
- LessWorseKpi
- GreaterWorseKpi