Speaker diarization example with onnxruntime Python API (#1395)
This commit is contained in:
@@ -52,7 +52,7 @@ class FastClustering::Impl {
|
||||
std::vector<double> height(num_rows - 1);
|
||||
|
||||
fastclustercpp::hclust_fast(num_rows, distance.data(),
|
||||
fastclustercpp::HCLUST_METHOD_SINGLE,
|
||||
fastclustercpp::HCLUST_METHOD_COMPLETE,
|
||||
merge.data(), height.data());
|
||||
|
||||
std::vector<int32_t> labels(num_rows);
|
||||
|
||||
Reference in New Issue
Block a user