File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
from tests .smoke_test import DatasetConfig , DeepSpeechSmokeTest
9
9
10
10
pretrained_urls = [
11
- 'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3/an4_pretrained_v3.ckpt' ,
12
- 'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3/librispeech_pretrained_v3.ckpt' ,
13
- 'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3/ted_pretrained_v3.ckpt'
11
+ 'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3.0 /an4_pretrained_v3.ckpt' ,
12
+ 'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3.0 /librispeech_pretrained_v3.ckpt' ,
13
+ 'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3.0 /ted_pretrained_v3.ckpt'
14
14
]
15
15
16
16
lm_path = 'http://www.openslr.org/resources/11/3-gram.pruned.3e-7.arpa.gz'
You can’t perform that action at this time.
0 commit comments