I am trying to setup DSAlign as per instructions here
bin/lm-dependencies.sh
step is failing because the native_client.tar.xz for version 0.6.0 is not available. I checked the 0.6.0 release notes and that is failing with the missing file too.
python3 util/taskcluster.py --target .
Downloading https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.deepspeech.native_client.v0.6.0.cpu/artifacts/public/native_client.tar.xz …
Traceback (most recent call last):
File “util/taskcluster.py”, line 153, in
main()
File “util/taskcluster.py”, line 147, in main
maybe_download_tc(target_dir=args.target, tc_url=get_tc_url(args.arch, args.artifact, args.branch))
File “util/taskcluster.py”, line 57, in maybe_download_tc
urllib.request.urlretrieve(tc_url, target_file, reporthook=(report_progress if progress else None))
File “/usr/lib/python3.6/urllib/request.py”, line 188, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File “/usr/lib/python3.6/urllib/request.py”, line 163, in urlopen
return opener.open(url, data, timeout)
File “/usr/lib/python3.6/urllib/request.py”, line 472, in open
response = meth(req, response)
File “/usr/lib/python3.6/urllib/request.py”, line 582, in http_response
‘http’, request, response, code, msg, hdrs)
File “/usr/lib/python3.6/urllib/request.py”, line 510, in error
return self._call_chain(*args)
File “/usr/lib/python3.6/urllib/request.py”, line 444, in _call_chain
result = func(*args)
File “/usr/lib/python3.6/urllib/request.py”, line 590, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
This link that the script is referring to is not available for download
Can you please point me in the right direction here? I want to use DSAlign to check my training dataset for 0.7.0 version (CUDA 10.0, cudnn 7.6.5, tensorflow 1.15.2, ubuntu 16.04 with Python 3.6.7) on RTX 2080 Ti 11GB 2 GPU machine.