Snowdar / asv-subtools

An Open Source Tools for Speaker Recognition
Apache License 2.0
587 stars 135 forks source link

请问为什么sre-fbank-81.conf配置的特征是81维而不是80维 #35

Closed mxer closed 2 years ago

mxer commented 2 years ago

您好,感谢提供这么一个优秀的工具。是这样的,我一直有个问题不理解,为什么sre-fbank-81.conf配置的特征维度是81维而不是80维,我看到num-mel-bins设置的是80,极其相似的配置,sre-fbank-40.conf里面num-mel-bins设置的是40,特征的维度就是40

Snowdar commented 2 years ago

你好, 区别在于是否有能量维。如果conf中有use energy参数且为true,那么能量维将被补到最前面,加上80维fbank,一共81维。如果conf没有这个参数仍有能量,请查看kaldi compute-fbank命令的默认参数。

在 2021年9月28日,下午5:39,mxer @.***> 写道:

 您好,感谢提供这么一个优秀的工具。是这样的,我一直有个问题不理解,为什么sre-fbank-81.conf配置的特征维度是81维而不是80维,我看到num-mel-bins设置的是80,极其相似的配置,sre-fbank-40.conf里面num-mel-bins设置的是40,特征的维度就是40

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

mxer commented 2 years ago

你好, 区别在于是否有能量维。如果conf中有use energy参数且为true,那么能量维将被补到最前面,加上80维fbank,一共81维。如果conf没有这个参数仍有能量,请查看kaldi compute-fbank命令的默认参数。 在 2021年9月28日,下午5:39,mxer @.***> 写道:  您好,感谢提供这么一个优秀的工具。是这样的,我一直有个问题不理解,为什么sre-fbank-81.conf配置的特征维度是81维而不是80维,我看到num-mel-bins设置的是80,极其相似的配置,sre-fbank-40.conf里面num-mel-bins设置的是40,特征的维度就是40 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

你好,sre-fbank-40.conf里面也有use energy参数且为true,但是维度却是40?

Snowdar commented 2 years ago

当然是41,不要看文件命名,理解不同,命名方式不同。

在 2021年9月29日,下午3:26,mxer @.***> 写道:

 你好, 区别在于是否有能量维。如果conf中有use energy参数且为true,那么能量维将被补到最前面,加上80维fbank,一共81维。如果conf没有这个参数仍有能量,请查看kaldi compute-fbank命令的默认参数。 … 在 2021年9月28日,下午5:39,mxer @.***> 写道:  您好,感谢提供这么一个优秀的工具。是这样的,我一直有个问题不理解,为什么sre-fbank-81.conf配置的特征维度是81维而不是80维,我看到num-mel-bins设置的是80,极其相似的配置,sre-fbank-40.conf里面num-mel-bins设置的是40,特征的维度就是40 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

你好,sre-fbank-40.conf里面也有use energy参数且为true,但是维度却是40?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

mxer commented 2 years ago

当然是41,不要看文件命名,理解不同,命名方式不同。 在 2021年9月29日,下午3:26,mxer @.> 写道:  你好, 区别在于是否有能量维。如果conf中有use energy参数且为true,那么能量维将被补到最前面,加上80维fbank,一共81维。如果conf没有这个参数仍有能量,请查看kaldi compute-fbank命令的默认参数。 … 在 2021年9月28日,下午5:39,mxer @.> 写道:  您好,感谢提供这么一个优秀的工具。是这样的,我一直有个问题不理解,为什么sre-fbank-81.conf配置的特征维度是81维而不是80维,我看到num-mel-bins设置的是80,极其相似的配置,sre-fbank-40.conf里面num-mel-bins设置的是40,特征的维度就是40 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. 你好,sre-fbank-40.conf里面也有use energy参数且为true,但是维度却是40? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

好的,多谢解答