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 <nithinrao.koluguri@gmail.com>

Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>

Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
Co-authored-by: Nithin Rao <nithinrao.koluguri@gmail.com>
  • Loading branch information
2 people authored and Kipok committed Jan 31, 2023
1 parent 6b45dcd commit 71bf824
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 71bf824

Please sign in to comment.