diff --git a/tutorials/source_en/advanced_use/customized_debugging_information.md b/tutorials/source_en/advanced_use/customized_debugging_information.md index acfc29cc5320063d1906d4cd93b4adc5e20b4dfb..0241ba5b1a1cfb85ff3ed8c1742b5ea92b32529d 100644 --- a/tutorials/source_en/advanced_use/customized_debugging_information.md +++ b/tutorials/source_en/advanced_use/customized_debugging_information.md @@ -236,14 +236,16 @@ When the training result deviates from the expectation on Ascend, the input and { "DumpSettings": { "net_name": "ResNet50", - "mode": 1, + "dump_mode": 0, + "op_debug_mode": 0, "iteration": 0, "kernels": ["Default/Conv2D-op2", "Default/TensorAdd-op10"] }, "DumpSettingsSpec": { "net_name": "net name eg:ResNet50", - "mode": "0: dump all kernels, 1: dump kernels in kernels list", + "dump_mode": "0: dump all kernels, 1: dump kernels in kernels list", + "op_debug_mode": "0: close debug, 1: debug ai-core overflow, 2: debug atomic overflow, 3: debug all overflow", "iteration": "specified iteration", "kernels": "op's full scope name which need to be dump" } diff --git a/tutorials/source_zh_cn/advanced_use/customized_debugging_information.md b/tutorials/source_zh_cn/advanced_use/customized_debugging_information.md index 3c77fb9c5f9bee4375fd1de83921ea6746fb146c..07fc41c3f2e35bdb40c30496dd3936a639cdff9f 100644 --- a/tutorials/source_zh_cn/advanced_use/customized_debugging_information.md +++ b/tutorials/source_zh_cn/advanced_use/customized_debugging_information.md @@ -238,15 +238,17 @@ val:[[1 1] { "DumpSettings": { "net_name": "ResNet50", - "mode": 1, + "dump_mode": 0, + "op_debug_mode": 0, "iteration": 0, "kernels": ["Default/Conv2D-op2", "Default/TensorAdd-op10"] }, "DumpSettingsSpec": { "net_name": "net name eg:ResNet50", - "mode": "0: dump all kernels, 1: dump kernels in kernels list", - "iteration": "specified iteration ", + "dump_mode": "0: dump all kernels, 1: dump kernels in kernels list", + "op_debug_mode": "0: close debug, 1: debug ai-core overflow, 2: debug atomic overflow, 3: debug all overflow", + "iteration": "specified iteration", "kernels": "op's full scope name which need to be dump" } }