* *--config* (type=str, default="", required): the path of model yaml configuration file.
* *--round* (type=int, default=1, optional): times for run.
* *--validate* (default=false, optional): whether to verify the results of mace are consistent with the frameworks。
* *--caffe_env* (type=local/docker, default=docker, optional): you can specific caffe environment for validation. local environment or caffe docker image.
* *--restart_round* (type=int, default=1, optional): restart round between run.
* *--check_gpu_out_of_memory* (default=false, optional): whether check out of memory for gpu.
* *--vlog_level* (type=int[0-5], default=0, optional): verbose log level for debug.
.. warning::
run依赖于build命令.build完成以后才可以执行run命令
``run`` rely on ``build`` command, you should ``run`` after ``build``.