Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Mar 21, 2024
1 parent 1c98556 commit 2729485
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
" --train-file ./training.csv \\\n",
" --valid-file ./training.csv \\\n",
" --root ./ \\\n",
" --bs 10"
" --bs 10 > ./test1.log"
]
},
{
Expand Down Expand Up @@ -210,7 +210,7 @@
}
],
"source": [
"with open(\"./test.log\") as f:\n",
"with open(\"./test1.log\") as f:\n",
" lines = [line.strip() for line in f.readlines()]\n",
"current_dir = os.getcwd()\n",
"file_path = os.path.join(current_dir, \"profile_report_nvtx_pushpop_sum.csv\")\n",
Expand Down

0 comments on commit 2729485

Please sign in to comment.