PROF_CONFIG_PATH
功能描述
PyTorch训练场景Ascend PyTorch Profiler接口的dynamic_profile采集功能profiler_config.json配置文件路径环境变量。
配置示例
export PROF_CONFIG_PATH="profiler_config_path"
配置该环境变量后启动训练,dynamic_profile会在profiler_config_path下自动创建模板文件profiler_config.json,用户可基于模板文件自定义修改配置项。
dynamic_profile采集功能及profiler_config.json文件的详细介绍请参见《性能调优工具使用指南》中的“其他采集方式介绍 > 使用PyTorch框架接口采集 > Ascend PyTorch Profiler接口采集 > dynamic_profile动态采集”。
使用约束
此环境变量仅适用于PyTorch训练场景。
支持的型号
Atlas 训练系列产品
Atlas A2 训练系列产品
父主题: 性能数据采集