!48142 fix expired url

Merge pull request !48142 from xulei/code_docs_url
This commit is contained in:
i-robot 2023-01-29 06:51:31 +00:00 committed by Gitee
commit d7156763ad
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ void AscendKernelRuntime::DumpTaskExceptionInfo(const session::KernelGraph & /*
MS_LOG(WARNING) << " 3) You can create iterator by interface create_dict_iterator() of dataset class to "
<< "independently verify the performance of data processing without training. "
<< "Refer to the link for data processing optimization suggestions: "
<< "https://www.mindspore.cn/docs/programming_guide/zh-CN/r1.6/optimize_data_processing.html";
<< "https://mindspore.cn/tutorials/experts/zh-CN/master/dataset/optimize.html";
}
E2eDump::DumpInputData(node, false, path, &full_scope_name);