Skip to content

Commit

Permalink
missing identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren committed Jan 30, 2021
1 parent d815b2b commit 709df90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/pretrained_smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from tests.smoke_test import DatasetConfig, DeepSpeechSmokeTest

pretrained_urls = [
'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3/an4_pretrained_v3.ckpt',
'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3/librispeech_pretrained_v3.ckpt',
'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3/ted_pretrained_v3.ckpt'
'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3.0/an4_pretrained_v3.ckpt',
'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3.0/librispeech_pretrained_v3.ckpt',
'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3.0/ted_pretrained_v3.ckpt'
]

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

0 comments on commit 709df90

Please sign in to comment.