From: Daniel P. <dp...@gm...> - 2014-02-20 18:21:03
|
Thanks for reporting it! I'll fix it next time I commit. Dan On Thu, Feb 20, 2014 at 9:01 AM, Simon Klüpfel <sim...@gm...>wrote: > Hi, > > I observed a small bug in train_deltas.sh. At the end, not only the link > to the .mdl, but also to the .occs should be deleted, before being > reassigned. > > ---- > rm $dir/final.mdl 2>/dev/null > ln -s $x.mdl $dir/final.mdl > ln -s $x.occs $dir/final.occs > ---- > ==> > ---- > rm $dir/final.mdl 2>/dev/null > rm $dir/final.occs 2>/dev/null > ln -s $x.mdl $dir/final.mdl > ln -s $x.occs $dir/final.occs > ---- > > Hope this is right, > > Simon > > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > > http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk > _______________________________________________ > Kaldi-developers mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-developers > |