适应性修改

This commit is contained in:
nl 2019-09-18 14:29:55 +08:00
parent 3031dbbff5
commit 4e2b22260b
8 changed files with 4 additions and 12 deletions

View File

@ -304,7 +304,6 @@ class ModelSpeech(): # 语音模型类
def RecognizeSpeech(self, wavsignal, fs):
'''
最终做语音识别用的函数识别一个wav序列的语音
不过这里现在还有bug
'''
#data = self.data

View File

@ -313,7 +313,6 @@ class ModelSpeech(): # 语音模型类
def RecognizeSpeech(self, wavsignal, fs):
'''
最终做语音识别用的函数识别一个wav序列的语音
不过这里现在还有bug
'''
#data = self.data

View File

@ -339,7 +339,6 @@ class ModelSpeech(): # 语音模型类
def RecognizeSpeech(self, wavsignal, fs):
'''
最终做语音识别用的函数识别一个wav序列的语音
不过这里现在还有bug
'''
#data = self.data

View File

@ -327,7 +327,6 @@ class ModelSpeech(): # 语音模型类
def RecognizeSpeech(self, wavsignal, fs):
'''
最终做语音识别用的函数识别一个wav序列的语音
不过这里现在还有bug
'''
#data = self.data

View File

@ -31,9 +31,9 @@ class ModelSpeech(): # 语音模型类
def __init__(self, datapath):
'''
初始化
默认输出的拼音的表示大小是1422即1421个拼音+1个空白块
默认输出的拼音的表示大小是1424即1423个拼音+1个空白块
'''
MS_OUTPUT_SIZE = 1422
MS_OUTPUT_SIZE = 1424
self.MS_OUTPUT_SIZE = MS_OUTPUT_SIZE # 神经网络最终输出的每一个字符向量维度的大小
#self.BATCH_SIZE = BATCH_SIZE # 一次训练的batch
self.label_max_string_length = 64
@ -331,7 +331,6 @@ class ModelSpeech(): # 语音模型类
def RecognizeSpeech(self, wavsignal, fs):
'''
最终做语音识别用的函数识别一个wav序列的语音
不过这里现在还有bug
'''
#data = self.data

View File

@ -331,7 +331,6 @@ class ModelSpeech(): # 语音模型类
def RecognizeSpeech(self, wavsignal, fs):
'''
最终做语音识别用的函数识别一个wav序列的语音
不过这里现在还有bug
'''
#data = self.data

View File

@ -35,7 +35,7 @@ class ModelSpeech(): # 语音模型类
初始化
默认输出的拼音的表示大小是1422即1421个拼音+1个空白块
'''
MS_OUTPUT_SIZE = 1422
MS_OUTPUT_SIZE = 1424
self.MS_OUTPUT_SIZE = MS_OUTPUT_SIZE # 神经网络最终输出的每一个字符向量维度的大小
#self.BATCH_SIZE = BATCH_SIZE # 一次训练的batch
self.label_max_string_length = 64
@ -353,7 +353,6 @@ class ModelSpeech(): # 语音模型类
def RecognizeSpeech(self, wavsignal, fs):
'''
最终做语音识别用的函数识别一个wav序列的语音
不过这里现在还有bug
'''
#data = self.data

View File

@ -35,7 +35,7 @@ class ModelSpeech(): # 语音模型类
初始化
默认输出的拼音的表示大小是1422即1421个拼音+1个空白块
'''
MS_OUTPUT_SIZE = 1422
MS_OUTPUT_SIZE = 1424
self.MS_OUTPUT_SIZE = MS_OUTPUT_SIZE # 神经网络最终输出的每一个字符向量维度的大小
#self.BATCH_SIZE = BATCH_SIZE # 一次训练的batch
self.label_max_string_length = 64
@ -344,7 +344,6 @@ class ModelSpeech(): # 语音模型类
def RecognizeSpeech(self, wavsignal, fs):
'''
最终做语音识别用的函数识别一个wav序列的语音
不过这里现在还有bug
'''
#data = self.data