Skip to content

Conversation

@LvHang
Copy link
Contributor

@LvHang LvHang commented Jun 1, 2017

This PR goes on #1548
This version has removed the FstHolder. That means only "if" branch in *-latgen-faster is fixed in order to speeding up and saving memory about decoding.

@danpovey
The test about nnet3 tdnn training has passed with swbd corpus.
Now, I'm testing the whole pipeline(run.sh) with mini_librispeech corpus. I will notice you when it accomplish.
Bests,
Hang

@danpovey
Copy link
Contributor

danpovey commented Jun 1, 2017 via email

@LvHang
Copy link
Contributor Author

LvHang commented Jun 1, 2017

Hi Dan,
I think the mini-librispeech test is done.
The specific results are in /export/a11/hlyu/kaldi-20170531/egs/mini_librispeech/s5.
Maybe you can review the codes. Thanks!
Hang

// type VectorFst<StdArc>. If this succeeds, it returns the same pointer;
// if it fails, it converts the FST type (by creating a new VectorFst<stdArc>
// initialized by 'fst'), prints a warning, and deletes 'fst'.
VectorFst<StdArc> *CastToVectorFst(Fst<StdArc> *fst);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, let's rename this function to CastOrConvertToVectorFst(), which is more informative.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to re-est after that change, just make sure it compiles.

@LvHang
Copy link
Contributor Author

LvHang commented Jun 1, 2017

I have already renamed the function and it can be compiled.

@danpovey
Copy link
Contributor

danpovey commented Jun 1, 2017 via email

@danpovey danpovey merged commit ada5c0d into kaldi-asr:master Jun 2, 2017
@danpovey
Copy link
Contributor

danpovey commented Jun 2, 2017

Thanks! merged.

kronos-cm added a commit to kronos-cm/kaldi that referenced this pull request Jun 15, 2017
* 'master' of https://github.com/kaldi-asr/kaldi: (140 commits) [egs] Fix failure in multilingual BABEL recipe (regenerate cmvn.scp) (kaldi-asr#1686) [src,scripts,egs] Backstitch code+scripts, and one experiment, will add more later. (kaldi-asr#1605) [egs] CNN+TDNN+LSTM experiments on AMI (kaldi-asr#1685) [egs,scripts,src] Tune image recognition examples; minor small changes. (kaldi-asr#1682) [src] Fix bug in looped computation (kaldi-asr#1673) [build] when installing sequitur and mmseg, look for lib64 as well (thanks: @akshayc11) (kaldi-asr#1677) [src] fix to gst-plugin/Makefile (remove -lkaldi-thread) (kaldi-asr#1680) [src] Cosmetic fixes to usage messages [egs] Fix to some --proportional-shrink related example scripts (kaldi-asr#1674) [build] Fix small bug in configure [scripts] Fix small bug in utils/gen_topo.pl. [scripts] Add python script to convert nnet2 to nnet3 models (kaldi-asr#1611) [doc] Fix typo (kaldi-asr#1669) [src] nnet3: fix small bug in checking code. Thanks: @Maddin2000. [src] Add #include missing from previous commit [src] Fix bug in online2-nnet3 decoding RE dropout+batch-norm (thanks: Wonkyum Lee) [scripts] make errors getting report non-fatal (thx: Miguel Jette); add comment RE dropout proportion [src,scripts] Use ConstFst or decoding (half the memory; slightly faster). (kaldi-asr#1661) [src] keyword search tools: fix Minimize() call, necessary due to OpenFst upgrade (kaldi-asr#1663) [scripts] do not fail if the ivector extractor belongs to different user (kaldi-asr#1662) ...
Skaiste pushed a commit to Skaiste/idlak that referenced this pull request Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants