mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update paraformer-torch
This commit is contained in:
parent
6bbbf14c00
commit
94adec3594
@ -359,6 +359,7 @@ string ParaformerTorch::Forward(float* din, int len, bool input_finished, const
|
||||
}
|
||||
|
||||
std::vector<std::vector<float>> ParaformerTorch::CompileHotwordEmbedding(std::string &hotwords) {
|
||||
// TODO
|
||||
std::vector<std::vector<float>> result(1, std::vector<float>(10, 0.0f));
|
||||
return result;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user