From 6470bf57d763c07179a97d8e108229a073cd3dfc Mon Sep 17 00:00:00 2001 From: gzhcv Date: Sat, 27 Mar 2021 16:08:39 +0800 Subject: [PATCH] Add constraint that profiler do not support heterogenous training in dataset_sink_mode=true --- .../source_en/advanced_use/performance_profiling_ascend.md | 3 ++- .../advanced_use/performance_profiling_ascend_of_cluster.md | 1 + .../source_en/advanced_use/performance_profiling_gpu.md | 3 ++- .../source_zh_cn/advanced_use/performance_profiling_ascend.md | 3 ++- .../advanced_use/performance_profiling_ascend_of_cluster.md | 3 ++- .../source_zh_cn/advanced_use/performance_profiling_gpu.md | 3 ++- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/tutorials/training/source_en/advanced_use/performance_profiling_ascend.md b/tutorials/training/source_en/advanced_use/performance_profiling_ascend.md index ea4f1799b7..21eab0daa2 100644 --- a/tutorials/training/source_en/advanced_use/performance_profiling_ascend.md +++ b/tutorials/training/source_en/advanced_use/performance_profiling_ascend.md @@ -261,4 +261,5 @@ Figure 9:Memory Statistics ## Notices - Currently running in PyNative mode is not supported. -- Currently the training and inference process does not support performance debugging, only individual training or inference is supported. \ No newline at end of file +- Currently the training and inference process does not support performance debugging, only individual training or inference is supported. +- Currently training Heterogeneous network in "dataset_sink_mode=True" mode is not supported, performance debugging is not supported in this scene. \ No newline at end of file diff --git a/tutorials/training/source_en/advanced_use/performance_profiling_ascend_of_cluster.md b/tutorials/training/source_en/advanced_use/performance_profiling_ascend_of_cluster.md index d328233b9a..b2167577a7 100644 --- a/tutorials/training/source_en/advanced_use/performance_profiling_ascend_of_cluster.md +++ b/tutorials/training/source_en/advanced_use/performance_profiling_ascend_of_cluster.md @@ -237,3 +237,4 @@ Figure 2 shows the performance information of a single device in the cluster. Pl - Currently running in PyNative mode is not supported. - Currently the training and inference process does not support performance debugging, only individual training or inference is supported. +- Currently training Heterogeneous network in "dataset_sink_mode=True" mode is not supported, performance debugging is not supported in this scene. diff --git a/tutorials/training/source_en/advanced_use/performance_profiling_gpu.md b/tutorials/training/source_en/advanced_use/performance_profiling_gpu.md index 7a290a0585..80ab340aca 100644 --- a/tutorials/training/source_en/advanced_use/performance_profiling_gpu.md +++ b/tutorials/training/source_en/advanced_use/performance_profiling_gpu.md @@ -175,4 +175,5 @@ The usage is described as follows: ## Notices - Currently running in PyNative mode is not supported. -- Currently the training and inference process does not support performance debugging, only individual training or inference is supported. \ No newline at end of file +- Currently the training and inference process does not support performance debugging, only individual training or inference is supported. +- Currently training Heterogeneous network in "dataset_sink_mode=True" mode is not supported, performance debugging is not supported in this scene. \ No newline at end of file diff --git a/tutorials/training/source_zh_cn/advanced_use/performance_profiling_ascend.md b/tutorials/training/source_zh_cn/advanced_use/performance_profiling_ascend.md index a1fce40f01..5b2fa86f4b 100644 --- a/tutorials/training/source_zh_cn/advanced_use/performance_profiling_ascend.md +++ b/tutorials/training/source_zh_cn/advanced_use/performance_profiling_ascend.md @@ -263,4 +263,5 @@ CPU利用率常用场景: ## 注意事项 - PyNative模式下暂不支持性能调试。 -- 训练加推理过程暂不支持性能调试,目前支持单独训练或推理的性能调试。 \ No newline at end of file +- 训练加推理过程暂不支持性能调试,目前支持单独训练或推理的性能调试。 +- 异构网络暂不支持数据下沉(dataset_sink_mode=True)模式训练,此场景暂不支持性能调试。 \ No newline at end of file diff --git a/tutorials/training/source_zh_cn/advanced_use/performance_profiling_ascend_of_cluster.md b/tutorials/training/source_zh_cn/advanced_use/performance_profiling_ascend_of_cluster.md index 0e811755d7..1a83f98f4b 100644 --- a/tutorials/training/source_zh_cn/advanced_use/performance_profiling_ascend_of_cluster.md +++ b/tutorials/training/source_zh_cn/advanced_use/performance_profiling_ascend_of_cluster.md @@ -238,4 +238,5 @@ done ## 注意事项 - PyNative模式下暂不支持性能调试。 -- 训练加推理过程暂不支持性能调试,目前支持单独训练或推理的性能调试。 \ No newline at end of file +- 训练加推理过程暂不支持性能调试,目前支持单独训练或推理的性能调试。 +- 异构网络暂不支持数据下沉(dataset_sink_mode=True)模式训练,此场景暂不支持性能调试。 \ No newline at end of file diff --git a/tutorials/training/source_zh_cn/advanced_use/performance_profiling_gpu.md b/tutorials/training/source_zh_cn/advanced_use/performance_profiling_gpu.md index 34d3604183..8faed0453b 100644 --- a/tutorials/training/source_zh_cn/advanced_use/performance_profiling_gpu.md +++ b/tutorials/training/source_zh_cn/advanced_use/performance_profiling_gpu.md @@ -171,4 +171,5 @@ GPU场景下,CPU利用率分析的使用方法和Ascend场景相同。 ## 注意事项 - PyNative模式下暂不支持性能调试。 -- 训练加推理过程暂不支持性能调试,目前支持单独训练或推理的性能调试。 \ No newline at end of file +- 训练加推理过程暂不支持性能调试,目前支持单独训练或推理的性能调试。 +- 异构网络暂不支持数据下沉(dataset_sink_mode=True)模式训练,此场景暂不支持性能调试。 \ No newline at end of file -- Gitee