Commit 76a51bf 1 parent a183d5b commit 76a51bf Copy full SHA for 76a51bf
File tree 2 files changed +2
-4
lines changed
egs/aishell/ASR/tdnn_lstm_ctc
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
18
-
19
18
import argparse
20
19
import logging
21
20
from collections import defaultdict
@@ -177,7 +176,7 @@ def decode_one_batch(
177
176
178
177
lattice = get_lattice (
179
178
nnet_output = nnet_output ,
180
- HLG = HLG ,
179
+ decoding_graph = HLG ,
181
180
supervision_segments = supervision_segments ,
182
181
search_beam = params .search_beam ,
183
182
output_beam = params .output_beam ,
Original file line number Diff line number Diff line change 16
16
# See the License for the specific language governing permissions and
17
17
# limitations under the License.
18
18
19
-
20
19
import argparse
21
20
import logging
22
21
import math
@@ -191,7 +190,7 @@ def main():
191
190
192
191
lattice = get_lattice (
193
192
nnet_output = nnet_output ,
194
- HLG = HLG ,
193
+ decoding_graph = HLG ,
195
194
supervision_segments = supervision_segments ,
196
195
search_beam = params .search_beam ,
197
196
output_beam = params .output_beam ,
You can’t perform that action at this time.
0 commit comments