start_asc_pipeline

功能描述

关闭自动改图模式下的数据加载和预处理接口。

函数原型

def start_asc_pipeline()

返回值说明

使用示例

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

参考资源

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