Skip to content

Commit

Permalink
Update to V3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren authored Jan 30, 2021
1 parent f52e990 commit d815b2b
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/V3rc0/an4_pretrained_v3.ckpt',
'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3rc0/librispeech_pretrained_v3.ckpt',
'https://github.com/SeanNaren/deepspeech.pytorch/releases/download/V3rc0/ted_pretrained_v3.ckpt'
'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'
]

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

0 comments on commit d815b2b

Please sign in to comment.