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/bash
or#/bin/xonsh
to the head if it is written in thebash
orxonsh
language
- this script can be any bash script, just place
continuous_evaluation.py
to include all theKPI
s this task trackslatest_kpis
directory, include all the baseline files
- PR to
fast
branch, and runce-kpi-fast-test
test on teamcity, - if passed, PR from
fast
tomaster
branch.
Reference the interface kpi.py, there are two basic KPIs:
- LessWorseKpi
- GreaterWorseKpi