|
From: Ho Y. C. <ric...@gm...> - 2013-11-08 15:21:46
|
Dan, I have just applied this patch in stable branch already. Thanks Tony. Ricky On Fri, Nov 8, 2013 at 11:17 PM, Daniel Povey <dp...@gm...> wrote: > Thanks! > Ricky, could you please apply this patch? > BTW, Tony-- "stable" is not really recommended right now; the trunk is > sufficiently stable. > Also, RE rnnlm-0.4a: can you give us some context? How does this > relate to Tomas Mikolov's tools? > > Dan > > > On Fri, Nov 8, 2013 at 4:02 AM, Tony Robinson <to...@ca...> > wrote: > > A clean checkout of kaldi-stable (revision 3143) fails to compile the > > tools with the error message: > > > > code6 tonyr: make irstlm > > svn -r 398 co https://irstlm.svn.sourceforge.net/svnroot/irstlm/trunkirstlm > > svn: Repository moved permanently to > > 'https://svn.code.sf.net/p/irstlm/code/trunk'; please relocate > > make: *** [irstlm] Error 1 > > > > This is trivially fixed with the patch (-p0) below. > > > > > > Tony > > > > P.S. I have a pre-release of rnnlm-0.4a if anyone wants to help me > > stress test it. > > > > diff -Naur tools-/Makefile tools/Makefile > > --- tools-/Makefile 2013-11-08 07:26:52.918054030 +0000 > > +++ tools/Makefile 2013-11-08 07:23:07.138912446 +0000 > > @@ -89,7 +89,7 @@ > > touch $@ > > > > irstlm: > > - svn -r 398 co > https://irstlm.svn.sourceforge.net/svnroot/irstlm/trunk irstlm > > + svn -r 398 co > https://svn.code.sf.net/p/irstlm/code/trunk irstlm > > > > > > clapack: clapack_download cblas_download > > diff -Naur tools-/install.sh tools/install.sh > > --- tools-/install.sh 2013-11-08 07:26:52.917054038 +0000 > > +++ tools/install.sh 2013-11-08 07:21:19.264799569 +0000 > > @@ -94,7 +94,7 @@ > > # left till later, if you are in a hurry. > > echo "****(4) install IRSTLM (optional; only needed if you want to > build LMs and don't already have a setup)" > > > > - svn -r 398 co https://irstlm.svn.sourceforge.net/svnroot/irstlm/trunkirstlm || exit 1 > > + svn -r 398 co https://svn.code.sf.net/p/irstlm/code/trunk irstlm || > exit 1 > > > > if [ ! -e irstlm ]; then > > echo "***download of irstlm failed." > > > > -- > > Dr A J Robinson, Founder, Cantab Research Ltd > > Phone direct: 01223 977211, office: 01223 794497 > > Company reg no GB 05697423, VAT reg no 925606030 > > St Johns Innovation Centre, Cowley Road, Cambridge, CB4 0WS > > > > > ------------------------------------------------------------------------------ > > November Webinars for C, C++, Fortran Developers > > Accelerate application performance with scalable programming models. > Explore > > techniques for threading, error checking, porting, and tuning. Get the > most > > from the latest Intel processors and coprocessors. See abstracts and > register > > > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk > > _______________________________________________ > > Kaldi-users mailing list > > Kal...@li... > > https://lists.sourceforge.net/lists/listinfo/kaldi-users > |