报错格式如下,占位符%s都表示参数名:
--%s and --%s are mutually exclusive.
报错示例如下:
--enable_compress_weight and --compress_weight_conf are mutually exclusive.
删除其中一个参数后再重试。