Skip to content

Commit

Permalink
removed private le nlm classes from benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomsaraiva committed Jan 16, 2024
1 parent 30ab388 commit 5916016
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions notebooks/LiquidEngineBenchmarking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -234,34 +234,6 @@
" method.benchmark(img)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Benchmark NLM fast implementation\n",
"img = np.random.random((img_dims, img_dims)).astype(np.float32)\n",
"method = nanopyx.core.transform._le_patch_nlm_denoising.NLMDenoising()\n",
"\n",
"for i in range(n_benchmark_runs):\n",
" method.benchmark(img)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Benchmark NLM fast implementation\n",
"img = np.random.random((img_dims, img_dims)).astype(np.float32)\n",
"method = nanopyx.core.transform._le_pixel_nlm_denoising.NLMDenoising()\n",
"\n",
"for i in range(n_benchmark_runs):\n",
" method.benchmark(img)"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 5916016

Please sign in to comment.