start_asc_pipeline

功能描述

非自动改图模式下,初始化并启动数据预处理流水。

函数原型

1
def start_asc_pipeline()

返回值说明

使用示例

1
2
3
4
from mx_rec.core.asc.manager import start_asc_pipeline
MODIFY_GRAPH_FLAG = False
if not MODIFY_GRAPH_FLAG:
    start_asc_pipeline()

参考资源

接口调用流程及示例,参见模型迁移与训练