Skip to content

Commit

Permalink
Adjusted function call for dummy run
Browse files Browse the repository at this point in the history
  • Loading branch information
fexfl committed Jan 4, 2025
1 parent 37f1f6d commit 36990cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/batching_performance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@
"# batching_sizes = [1]\n",
"n_samples = 5\n",
"outputs = []\n",
"csv_file = \"../mailcom/test/data/mails_lb_sg_copy2.csv\"\n",
"csv_file = \"../mailcom/test/data/mails_lb_sg.csv\"\n",
"\n",
"# first make a dummy run since there seem to be some inconsitencies when loading for the first time\n",
"_ = performance_test(-1, disp=False)\n",
"_ = performance_test(csv_file, -1, disp=False)\n",
"\n",
"# testing\n",
"av_email_times_for_batches = []\n",
Expand Down

0 comments on commit 36990cc

Please sign in to comment.