From 8221bd161bf2821232c8f07b2a935693ba41cc57 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:10:41 +0800 Subject: [PATCH] increase duration Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- .../tumor_detection/ignite/profiling_camelyon_pipeline.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathology/tumor_detection/ignite/profiling_camelyon_pipeline.ipynb b/pathology/tumor_detection/ignite/profiling_camelyon_pipeline.ipynb index 33b826838..25ec13eb8 100644 --- a/pathology/tumor_detection/ignite/profiling_camelyon_pipeline.ipynb +++ b/pathology/tumor_detection/ignite/profiling_camelyon_pipeline.ipynb @@ -159,7 +159,7 @@ "!nsys profile \\\n", " --trace nvtx,osrt,cudnn,cuda, \\\n", " --delay 5 \\\n", - " --duration 10 \\\n", + " --duration 20 \\\n", " --show-output true \\\n", " --force-overwrite true \\\n", " --output profile_report.nsys-rep \\\n",