Skip to content

Commit 5ea7dce

Browse files
authored
Increase duration in nsys profile (#1906)
Fixes #1905 Increase the profiling duration in nsys, as the KeyError seems to occur because the profile did not have sufficient time to reach the post-processing step. ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` Signed-off-by: YunLiu <[email protected]>
1 parent e0bba33 commit 5ea7dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathology/tumor_detection/ignite/profiling_camelyon_pipeline.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"!nsys profile \\\n",
160160
" --trace nvtx,osrt,cudnn,cuda, \\\n",
161161
" --delay 5 \\\n",
162-
" --duration 10 \\\n",
162+
" --duration 20 \\\n",
163163
" --show-output true \\\n",
164164
" --force-overwrite true \\\n",
165165
" --output profile_report.nsys-rep \\\n",

0 commit comments

Comments
 (0)