From 6893756ae4508c288ddf7589a580bbd2f2c7f26f Mon Sep 17 00:00:00 2001 From: h00613304 Date: Thu, 3 Aug 2023 14:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0torch=5Fut=5Fsetting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api_accuracy_checker/run_ut/torch_ut_setting.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debug/accuracy_tools/api_accuracy_checker/run_ut/torch_ut_setting.json diff --git a/debug/accuracy_tools/api_accuracy_checker/run_ut/torch_ut_setting.json b/debug/accuracy_tools/api_accuracy_checker/run_ut/torch_ut_setting.json new file mode 100644 index 0000000000..d8df6098b1 --- /dev/null +++ b/debug/accuracy_tools/api_accuracy_checker/run_ut/torch_ut_setting.json @@ -0,0 +1,5 @@ +{ + "topk": { + "grad_index": 0 + } +} \ No newline at end of file -- Gitee