Skip to content

Commit

Permalink
fix: update pipeline parameters in separation tutorial (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
joonaskalda authored Jan 15, 2025
1 parent 3c167f2 commit c7df18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/community/eval_separation_pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,10 @@
"source": [
"pipeline.instantiate(\n",
" {\n",
" \"segmentation\": {\"min_duration_off\": 0.0, \"threshold\": 0.82},\n",
" \"segmentation\": {\"min_duration_off\": 0.0, \"threshold\": 0.5},\n",
" \"clustering\": {\n",
" \"method\": \"centroid\",\n",
" \"min_cluster_size\": 15,\n",
" \"min_cluster_size\": 50,\n",
" \"threshold\": 0.68,\n",
" },\n",
" \"separation\": {\n",
Expand Down

0 comments on commit c7df18b

Please sign in to comment.