Skip to content

Commit

Permalink
Merge pull request #464 from wearepal/ai-model-component-changes
Browse files Browse the repository at this point in the history
AI Model component changes: default cls_conf 75->90
  • Loading branch information
paulthatjazz authored Dec 5, 2024
2 parents 57e8b99 + fd31a46 commit 7927a8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class SegmentComponent extends BaseComponent {
}

if (!('cls_conf' in node.data)) {
node.data.cls_conf = "75"
node.data.cls_conf = "90"
}

if (!('n_repeats' in node.data)) {
Expand Down

0 comments on commit 7927a8c

Please sign in to comment.