mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update pitch
This commit is contained in:
parent
8a03879937
commit
87ae7a485b
@ -1951,8 +1951,8 @@ class SenseVoiceL(nn.Module):
|
||||
#
|
||||
# return results, meta_data
|
||||
|
||||
|
||||
class SenseVoiceLF0Pred(nn.Module):
|
||||
@tables.register("model_classes", "SenseVoiceLPitch")
|
||||
class SenseVoiceLPitch(nn.Module):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user