fix expired url

This commit is contained in:
xulei 2023-01-29 14:24:24 +08:00
parent 40ac61f58e
commit 94e2281473
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,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/r1.8/dataset/optimize.html";
}
E2eDump::DumpInputData(node, false, path, &full_scope_name);