From bd23a10eddfe63e4b51c2644aa8f719ee88be0d5 Mon Sep 17 00:00:00 2001 From: baali Date: Sat, 11 Mar 2017 01:40:10 +0530 Subject: [PATCH] [egs] Fixes to URLs in vystadial example script. --- egs/voxforge/s5/run.sh | 2 +- egs/vystadial_cz/online_demo/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/egs/voxforge/s5/run.sh b/egs/voxforge/s5/run.sh index 3eaad3d1075..277d41039ea 100755 --- a/egs/voxforge/s5/run.sh +++ b/egs/voxforge/s5/run.sh @@ -5,7 +5,7 @@ # NOTE: You will want to download the data set first, before executing this script. # This can be done for example by: -# 1. Setting the DATA_ROOT in path.sh variable to point to a +# 1. Setting the variable DATA_ROOT in path.sh to point to a # directory with enough free space (at least 20-25GB # currently (Feb 2014)) # 2. Running "getdata.sh" diff --git a/egs/vystadial_cz/online_demo/Makefile b/egs/vystadial_cz/online_demo/Makefile index 14042f5a70a..49e3a85fa43 100644 --- a/egs/vystadial_cz/online_demo/Makefile +++ b/egs/vystadial_cz/online_demo/Makefile @@ -1,6 +1,6 @@ BEST_LINE=18 -MODEL_PREFIX_URL=http://vystadial.ms.mff.cuni.cz/download/kaldi/src/pykaldi/pykaldi/binutils/ -DATA_PREFIX_URL=http://vystadial.ms.mff.cuni.cz/download/kaldi/src/pykaldi/pykaldi/binutils/ +MODEL_PREFIX_URL=https://vystadial.ms.mff.cuni.cz/download/pykaldi/egs/vystadial/online_demo +DATA_PREFIX_URL=https://vystadial.ms.mff.cuni.cz/download/pykaldi/egs/vystadial/online_demo # Czech language models LANG=cs