Skip to content

Commit 709df90

Browse files
authored
missing identifiers
1 parent d815b2b commit 709df90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/pretrained_smoke_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
from tests.smoke_test import DatasetConfig, DeepSpeechSmokeTest
99

1010
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'
1414
]
1515

1616
lm_path = 'http://www.openslr.org/resources/11/3-gram.pruned.3e-7.arpa.gz'

0 commit comments

Comments
 (0)