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 to
fastbranch, and runce-kpi-fast-testtest on teamcity, - if passed, PR from
fasttomasterbranch.
Reference the interface kpi.py, there are two basic KPIs:
- LessWorseKpi
- GreaterWorseKpi