Skip to content

Commit

Permalink
indentation fix (NVIDIA#5861) (NVIDIA#5862)
Browse files Browse the repository at this point in the history
Signed-off-by: nithinraok <[email protected]>

Signed-off-by: nithinraok <[email protected]>

Signed-off-by: nithinraok <[email protected]>
Co-authored-by: Nithin Rao <[email protected]>
  • Loading branch information
2 people authored and titu1994 committed Mar 24, 2023
1 parent 19759e8 commit 9539a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/asr/Voice_Activity_Detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,7 @@
"pred = pred.squeeze()\n",
"metric = ConfusionMatrix(num_classes=2, task='binary')\n",
"metric(pred, labels)\n",
"# confusion_matrix(preds=pred, target=labels)"
]
},
{
Expand Down

0 comments on commit 9539a72

Please sign in to comment.