Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Overlapped speech detection for ASR diarization #5

Open
wants to merge 556 commits into
base: asr_diarization_clean
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 18, 2017

  1. Configuration menu
    Copy the full SHA
    136120a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Configuration menu
    Copy the full SHA
    339c737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2630b15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    012ca31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8e5928 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e192ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39c20a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dafec02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31a3e79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d29bb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Configuration menu
    Copy the full SHA
    665642e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    522acd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d117c95 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. Configuration menu
    Copy the full SHA
    b9c1e8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef75572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df730e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. [src] nnet3: modifying nnet-combine.{h,cc} to support soft enforcemen…

    …t of sum-to-one constraint.
    danpovey committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    9b22433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d8a5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13c62a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0440417 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61510ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1582c77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4bb866 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5aee234 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44fa7ee View commit details
    Browse the repository at this point in the history
  10. [src][egs] Various script updates/clarifications, remove no-op option…

    …s; remove now-removed options from some discriminative-training egs scripts; various bug fixes/tuning.
    danpovey committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    350a9f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Configuration menu
    Copy the full SHA
    c7a7cd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4507183 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99b7d96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c205ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f42b3ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82167f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Merge remote-tracking branch 'upstream/master' into shortcut

    Conflicts:
    	egs/wsj/s5/steps/libs/nnet3/train/chain_objf/acoustic_model.py
    	egs/wsj/s5/steps/libs/nnet3/train/frame_level_objf/common.py
    	egs/wsj/s5/steps/nnet3/report/generate_plots.py
    	egs/wsj/s5/steps/nnet3/train_dnn.py
    	egs/wsj/s5/steps/nnet3/train_raw_dnn.py
    	src/nnet3/nnet-combine.cc
    	tools/extras/openfstwin-1.3.4.patch
    danpovey committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    c0e415a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c003aa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9208165 View commit details
    Browse the repository at this point in the history
  4. [doc] Documentation changes; add scripts to automatically add documen…

    …tation of patch versions.
    danpovey committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    e227eda View commit details
    Browse the repository at this point in the history
  5. [egs] swbd/s5c, chain recipes: fix hardcoded directory name (kaldi-as…

    …r#1377)
    
    The scripts used a hard-coded path including '_sp' suffix irrespective of whether speed_perturb is set.
    entn-at authored and danpovey committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    0c1517c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf44dda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bd17f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e6b3c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eaa56b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b05406d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d4cba8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    be89229 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c23060e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8786dea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb54322 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e52f032 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b7fba13 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    84889b6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    911d1d0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    abd45fe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0cd44c8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a4b823c View commit details
    Browse the repository at this point in the history
  23. subsegment_data_dir fix

    vimalmanohar committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    dd51f1c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    310f42e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c9a44e0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0e276b3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4637f02 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    bf1647b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b63787a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ea50042 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6a0fca9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fd96de7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7a678fd View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    403bde7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    71f0de6 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    120ac02 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    932073b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    53b7649 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    cb8c718 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    58dc6a6 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    613f0aa View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    840bee2 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2725cd1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    4a35cec View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    268e017 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    7f10cd5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    311d31f View commit details
    Browse the repository at this point in the history
  48. segmenterbin/Makefile

    vimalmanohar committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    d54b412 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    e27267f View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    27ab5b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. [egs][scripts] Adding more example scripts for Tedlium and Swbd; add …

    …nnet3_disc_dir_info.pl.
    danpovey committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    c262026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eed72e9 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/combine_sum_to_one' into shortcut

    Conflicts:
    	src/nnet3/nnet-chain-combine.cc
    	src/nnet3/nnet-combine.cc
    danpovey committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    d8c84af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c96a0aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ec2eb0 View commit details
    Browse the repository at this point in the history
  6. [scripts] Set path in utils/ssh.pl just like in slurm.pl or queue.pl …

    …to avoid path problems (kaldi-asr#1379)
    nshmyrev authored and danpovey committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    3b7fd1f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Merge remote-tracking branch 'gaofeng/dropout_scripts' into shortcut-…

    …dropout
    
    Conflicts:
    	egs/wsj/s5/steps/libs/nnet3/xconfig/lstm.py
    danpovey committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    21e4926 View commit details
    Browse the repository at this point in the history
  2. [egs]: fix some soft links

    danpovey committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    2b667a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    193bb92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5af1983 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e002c98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8304148 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f8c33d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. [src,egs,scripts]: improve use of sum-to-one penalty in combination, …

    …provide script support; examples of use of dropout in TDNN+LSTMs; change minibatch-size in combination phase.
    danpovey committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    b0e550e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. [scripts] nnet3 training: fix for bug introduced when dropout scripti…

    …ng support was merged.
    danpovey committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    9d53e05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2965ca2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Configuration menu
    Copy the full SHA
    da59179 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Configuration menu
    Copy the full SHA
    6549622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d8865 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b22fe7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d51a9b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b17a97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b85ed7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Configuration menu
    Copy the full SHA
    01d96bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b0ec16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67cabd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1d7891 View commit details
    Browse the repository at this point in the history
  5. [src,egs,scripts]: various minor fixes: make num-epochs continuous; a…

    …dd decay-time to other LSTM types; bug-fix in nnet3 combination code; swbd/s5c results added.
    danpovey committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    80284fe View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Configuration menu
    Copy the full SHA
    21cfe99 View commit details
    Browse the repository at this point in the history
  2. [build]: Enable cross compilation, including to android. (kaldi-asr#726)

    If a user has a number of tool chains installed and they do not want to
    use the default, they must currently edit the kaldi.mk file after
    running configure to change the CC, CXX, AR, AS, and RANLIB variables.
    This is something that should be exposed via the configure script. This
    patch exposes an option to set the host triple for the desired tool
    chain in the configure script.
    
    Building Kaldi on my Raspberry Pi boards is not particularly fast.  I
    have been using the following patch to build kaldi executables for use
    on the Pi boards for the better part of a year.  A typical invocation
    for me is something like:
    
    $ ./configure --static --atlas-root=/opt/cross/armv8hf \
    --fst-root=/opt/cross/armv8hf --host=armv8-rpi3-linux-gnueabihf \
    --fst-version=1.4.1
    
    This way I can build on my much faster x86 desktop, but still run
    experiments on ARM.
    
    I have included support for cross compiling for ppc64le and it works for
    me (at least it produces binaries for ppc64le I don't have a ppc64
    machine to test it).
    
    Signed-off-by: Eric B Munson <eric@cobaltspeech.com>
    
    * Add mk file and configure options for building for Android
    
    Building for Android requires a toolchain that can be built using the
    Android NDK.  It works similiarly to the linux build except that it only
    uses clang, only supports the openBLAS math library, and requires an
    additional include directory for the system C++ headers.
    
    A typical configure invocation looks like:
    
    ./configure --static --openblas-root=/opt/cross/arm-linux-androideabi \
    --fst-root=/opt/cross/arm-linux-androideabi \
    --host=arm-linux-androideabi --fst-version=1.4.1 \
    --android-includes=/opt/cross/arm-linux-androideabi/sysroot/usr/include
    
    Signed-off-by: Eric B Munson <eric@cobaltspeech.com>
    
    * Make pthread cancel symbols noops for Android
    
    The Android C library does not support cancelling pthreads so the
    symbols PTHREAD_CANCEL_STATE and pthread_setcancelstate are undefined.
    Because a pthread cannot be cancelled in Android, it is reasonable to
    make the pthread_setcancelstate() call a noop.
    
    Signed-off-by: Eric B Munson <eric@cobaltspeech.com>
    khers authored and danpovey committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    cd97bd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. [egs,scripts]: add Swbd/s5c tuning scripts; simplify nnet3+chain 'com…

    …bination' stage (doesn't affect results; faster); minor info-script fix.
    danpovey committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    60d1c78 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Configuration menu
    Copy the full SHA
    c747ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9156d29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d13d90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5988b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a86fc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4646f14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53e167d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. [egs] Fix to HKUST nnet2/3 scripts. (kaldi-asr#1401)

    when training ubm, we should just use the 40 dimention mfcc
    so change the train directory for avoiding dimention mismatching
    this script won't get error when run after nnet2's scripts.
    caizexin authored and danpovey committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    21c8031 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Resolve conflicts due to cross compilation changes in master (kaldi-a…

    …sr#1400)
    
    * [build]: resolving OpenFst compilation issue with  gcc-6.x (kaldi-asr#1392)
    
    * [egs] Add new graphemic system for Gale Arabic, with newer nnet scripts (kaldi-asr#1298)
    
    * [build] Windows build: generate missing base/version.h; cosmetic changes (kaldi-asr#1397)
    
    * [build]: Enable cross compilation, including to android. (kaldi-asr#726)
    
    If a user has a number of tool chains installed and they do not want to
    use the default, they must currently edit the kaldi.mk file after
    running configure to change the CC, CXX, AR, AS, and RANLIB variables.
    This is something that should be exposed via the configure script. This
    patch exposes an option to set the host triple for the desired tool
    chain in the configure script.
    
    Building Kaldi on my Raspberry Pi boards is not particularly fast.  I
    have been using the following patch to build kaldi executables for use
    on the Pi boards for the better part of a year.  A typical invocation
    for me is something like:
    
    $ ./configure --static --atlas-root=/opt/cross/armv8hf \
    --fst-root=/opt/cross/armv8hf --host=armv8-rpi3-linux-gnueabihf \
    --fst-version=1.4.1
    
    This way I can build on my much faster x86 desktop, but still run
    experiments on ARM.
    
    I have included support for cross compiling for ppc64le and it works for
    me (at least it produces binaries for ppc64le I don't have a ppc64
    machine to test it).
    
    Signed-off-by: Eric B Munson <eric@cobaltspeech.com>
    
    * Add mk file and configure options for building for Android
    
    Building for Android requires a toolchain that can be built using the
    Android NDK.  It works similiarly to the linux build except that it only
    uses clang, only supports the openBLAS math library, and requires an
    additional include directory for the system C++ headers.
    
    A typical configure invocation looks like:
    
    ./configure --static --openblas-root=/opt/cross/arm-linux-androideabi \
    --fst-root=/opt/cross/arm-linux-androideabi \
    --host=arm-linux-androideabi --fst-version=1.4.1 \
    --android-includes=/opt/cross/arm-linux-androideabi/sysroot/usr/include
    
    Signed-off-by: Eric B Munson <eric@cobaltspeech.com>
    
    * Make pthread cancel symbols noops for Android
    
    The Android C library does not support cancelling pthreads so the
    symbols PTHREAD_CANCEL_STATE and pthread_setcancelstate are undefined.
    Because a pthread cannot be cancelled in Android, it is reasonable to
    make the pthread_setcancelstate() call a noop.
    
    Signed-off-by: Eric B Munson <eric@cobaltspeech.com>
    
    * A few small fixes for configure
    
    * Reword the clang++ requirement for android builds.
    dogancan authored and danpovey committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    fc333ed View commit details
    Browse the repository at this point in the history
  2. [egs,scripts,src] Add BABEL s5d recipe; various associated fixes (kal…

    …di-asr#1356)
    
    * Creating a new recipe directory
    
    * adding lists
    
    * Improvements in the pipeline, fixes, syllab search
    
    * Transplanting the diff to s5d
    
    * added TDNN, LSTM and BLSTM scripts.
    added Telugu conf files.
    
    * added blstm script and top level commands
    
    * improved keyword search, new lang  configs
    
    * removing not needed scripts
    
    * added blstm results
    
    * some keyword-search optimization binaries
    
    * removing some extra files + kwsearch pipeline improvement
    
    * adding configs for the OP3 langs
    
    * configs for the rest of the OP3 langs
    
    * Added updated configs for IndusDB.20151208.Babel.tar.bz2
    
    * fixes of the pipeline, added langp (re)estimation
    
    * adding the kaldi-native search pipeline and a bunch of changes related to this
    
    * removing extra files
    
    * A couple of fixes
    
    * KWS improvements and fixes
    
    * Fixes of a couple of issues reported by Fred Richardson <frichard@ll.mit.edu>
    
    * A separate script for lexicon expansion
    
    * A couple of fixes and tweaks. Added checks for tools, especially sox.
    
    * adding a couple of changes -- new style options and results for BP langs
    
    * adding new results(still will need to be updated)
    
    * added langp and some details tweaked
    
    * updated STT results, new KWS results and a couple of small fixes all around
    
    * adding file lists for dev languages
    
    * miniature fixes and cleanups
    
    * one more batch of small fixes -- mostly whitespace cleanup
    
    * small fixes -- location of files and removal of trailing slash inn the pathname
    
    * enabling stage-2 KWS pipeline
    
    * adding some directories to .gitignore
    
    * some quick fixes
    
    * latest fixes
    
    * making the script split_compound_set to conform to the naming
    
    * some last minute fixes for the combination scoring
    
    * do not attempt to score when the scoring data is not available
    
    * bug fixes and --ntrue-from option
    
    * another batch of fixes
    
    * adding +x permission to split_compound_set.sh
    
    * fixing whitespaces
    
    * fixing whitespaces
    
    * a couple of fixes
    
    * adding the cleanup script and chain models training
    
    * adding the graphemic/unicode lexicon feature
    
    * adding the graphemic/unicode lexicon feature
    
    * fixing the the cc files headers, adding c info
    
    * use the user-provided kwset id, not the filename
    
    * use _cleaned affix
    
    * fixes w.r.t. getting chain models independent on other systems
    
    * small fixes as reported by Fred Richardson and Yenda
    
    * another issue reported by Fred Richarson
    
    * fixing KWS for the chain systems
    
    * fixes in the KWS hitlist combination
    
    * adding 40hrs pashto config and fixes for the unicode system
    
    * fixing some bugs as reported by Ni Chongjia (I2R)
    
    * fixing some bugs as reported by Fred Richardson
    
    * adding 40hrs Pashto OP3 setup
    
    * addressing Dan's comments, some further cleanup
    
    * improving the make_index script
    
    * remove  fsts-scale
    
    * adding 'see also' to some of the fst tools
    
    * adding back accidentaly removed svn check
    jtrmal authored and danpovey committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    dc454cc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. [egs] removing empty files in BABEL recipe (kaldi-asr#1406)

    These caused a problem on MacOS, as reported by @dogancan.
    jtrmal authored and danpovey committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    9a1244f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001f605 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fd8da9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42114e6 View commit details
    Browse the repository at this point in the history
  5. Resolve merge conflicts and add "make ext" to travis build (kaldi-asr…

    …#1407)
    
    * [build]: resolving OpenFst compilation issue with  gcc-6.x (kaldi-asr#1392)
    
    * [egs] Add new graphemic system for Gale Arabic, with newer nnet scripts (kaldi-asr#1298)
    
    * [build] Windows build: generate missing base/version.h; cosmetic changes (kaldi-asr#1397)
    
    * [build]: Enable cross compilation, including to android. (kaldi-asr#726)
    
    If a user has a number of tool chains installed and they do not want to
    use the default, they must currently edit the kaldi.mk file after
    running configure to change the CC, CXX, AR, AS, and RANLIB variables.
    This is something that should be exposed via the configure script. This
    patch exposes an option to set the host triple for the desired tool
    chain in the configure script.
    
    Building Kaldi on my Raspberry Pi boards is not particularly fast.  I
    have been using the following patch to build kaldi executables for use
    on the Pi boards for the better part of a year.  A typical invocation
    for me is something like:
    
    $ ./configure --static --atlas-root=/opt/cross/armv8hf \
    --fst-root=/opt/cross/armv8hf --host=armv8-rpi3-linux-gnueabihf \
    --fst-version=1.4.1
    
    This way I can build on my much faster x86 desktop, but still run
    experiments on ARM.
    
    I have included support for cross compiling for ppc64le and it works for
    me (at least it produces binaries for ppc64le I don't have a ppc64
    machine to test it).
    
    Signed-off-by: Eric B Munson <eric@cobaltspeech.com>
    
    * Add mk file and configure options for building for Android
    
    Building for Android requires a toolchain that can be built using the
    Android NDK.  It works similiarly to the linux build except that it only
    uses clang, only supports the openBLAS math library, and requires an
    additional include directory for the system C++ headers.
    
    A typical configure invocation looks like:
    
    ./configure --static --openblas-root=/opt/cross/arm-linux-androideabi \
    --fst-root=/opt/cross/arm-linux-androideabi \
    --host=arm-linux-androideabi --fst-version=1.4.1 \
    --android-includes=/opt/cross/arm-linux-androideabi/sysroot/usr/include
    
    Signed-off-by: Eric B Munson <eric@cobaltspeech.com>
    
    * Make pthread cancel symbols noops for Android
    
    The Android C library does not support cancelling pthreads so the
    symbols PTHREAD_CANCEL_STATE and pthread_setcancelstate are undefined.
    Because a pthread cannot be cancelled in Android, it is reasonable to
    make the pthread_setcancelstate() call a noop.
    
    Signed-off-by: Eric B Munson <eric@cobaltspeech.com>
    
    * [build] fixing issue introduced in the previous win commit (kaldi-asr#1399)
    
    * [egs] Fix to HKUST nnet2/3 scripts. (kaldi-asr#1401)
    
    when training ubm, we should just use the 40 dimention mfcc
    so change the train directory for avoiding dimention mismatching
    this script won't get error when run after nnet2's scripts.
    
    * [egs,scripts,src] Add BABEL s5d recipe; various associated fixes (kaldi-asr#1356)
    
    * Creating a new recipe directory
    
    * adding lists
    
    * Improvements in the pipeline, fixes, syllab search
    
    * Transplanting the diff to s5d
    
    * added TDNN, LSTM and BLSTM scripts.
    added Telugu conf files.
    
    * added blstm script and top level commands
    
    * improved keyword search, new lang  configs
    
    * removing not needed scripts
    
    * added blstm results
    
    * some keyword-search optimization binaries
    
    * removing some extra files + kwsearch pipeline improvement
    
    * adding configs for the OP3 langs
    
    * configs for the rest of the OP3 langs
    
    * Added updated configs for IndusDB.20151208.Babel.tar.bz2
    
    * fixes of the pipeline, added langp (re)estimation
    
    * adding the kaldi-native search pipeline and a bunch of changes related to this
    
    * removing extra files
    
    * A couple of fixes
    
    * KWS improvements and fixes
    
    * Fixes of a couple of issues reported by Fred Richardson <frichard@ll.mit.edu>
    
    * A separate script for lexicon expansion
    
    * A couple of fixes and tweaks. Added checks for tools, especially sox.
    
    * adding a couple of changes -- new style options and results for BP langs
    
    * adding new results(still will need to be updated)
    
    * added langp and some details tweaked
    
    * updated STT results, new KWS results and a couple of small fixes all around
    
    * adding file lists for dev languages
    
    * miniature fixes and cleanups
    
    * one more batch of small fixes -- mostly whitespace cleanup
    
    * small fixes -- location of files and removal of trailing slash inn the pathname
    
    * enabling stage-2 KWS pipeline
    
    * adding some directories to .gitignore
    
    * some quick fixes
    
    * latest fixes
    
    * making the script split_compound_set to conform to the naming
    
    * some last minute fixes for the combination scoring
    
    * do not attempt to score when the scoring data is not available
    
    * bug fixes and --ntrue-from option
    
    * another batch of fixes
    
    * adding +x permission to split_compound_set.sh
    
    * fixing whitespaces
    
    * fixing whitespaces
    
    * a couple of fixes
    
    * adding the cleanup script and chain models training
    
    * adding the graphemic/unicode lexicon feature
    
    * adding the graphemic/unicode lexicon feature
    
    * fixing the the cc files headers, adding c info
    
    * use the user-provided kwset id, not the filename
    
    * use _cleaned affix
    
    * fixes w.r.t. getting chain models independent on other systems
    
    * small fixes as reported by Fred Richardson and Yenda
    
    * another issue reported by Fred Richarson
    
    * fixing KWS for the chain systems
    
    * fixes in the KWS hitlist combination
    
    * adding 40hrs pashto config and fixes for the unicode system
    
    * fixing some bugs as reported by Ni Chongjia (I2R)
    
    * fixing some bugs as reported by Fred Richardson
    
    * adding 40hrs Pashto OP3 setup
    
    * addressing Dan's comments, some further cleanup
    
    * improving the make_index script
    
    * remove  fsts-scale
    
    * adding 'see also' to some of the fst tools
    
    * adding back accidentaly removed svn check
    
    * [egs] removing empty files in BABEL recipe (kaldi-asr#1406)
    
    These caused a problem on MacOS, as reported by @dogancan.
    
    * Add online extension to travis build.
    
    * Fix parallel online extension build. Randomly choose between single and double precision BaseFloats in travis build.
    
    * Remove parantheses that were unintentinally added to the travis script in the previous commit.
    dogancan authored and danpovey committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    0d5e4b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cad3b32 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kaldi-asr#1410 from dogancan/shortcut

    Redo of the master merge
    danpovey committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    d9a5312 View commit details
    Browse the repository at this point in the history
  8. [egs] sprakbanken recipe: add nnet3 examples.

    * Added nnet3 recipes copied from tedlium/s5_r2. Modified run_tdnn.sh and run_ivector_common.sh to this setup. Achieves new state-of-the-art on dev set (~11% WER).
    
    * Modified run_lstm.sh to work with the sprakbanken data got 11.47 %WER and added the --tries 100 flag to wget in sprak_data_prep.sh so the download does not break due to broken connections
    
    * Modified xent and chain training scripts and added tham to run.sh
    
    * Removed old unused scripts in local/ and updated the RESULTS file
    
    * Removed comments from the tedlium setup from chain and nnet3 training scripts and removed python3 check+install from sprak_data_prep.sh because the script is compatible with python2.
    
    * Adressed the comments from @danpovey and @galv
    dresen authored and danpovey committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    bcc71b6 View commit details
    Browse the repository at this point in the history
  9. [src,egs,scripts]: Replace online-nnet3 decoding setup with 'looped' …

    …decoding and give example script with TDNN+LSTM.
    danpovey committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    16afe7a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Merge pull request kaldi-asr#1411 from danpovey/shortcut-online

    [src,egs,scripts]: Replace online-nnet3 decoding setup with 'looped' decoding; create example for Tedlium s5_r2.
    danpovey committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    7240644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd73932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc1d677 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f8905a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Configuration menu
    Copy the full SHA
    9226202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e0d853 View commit details
    Browse the repository at this point in the history
  3. [scripts] Change how the --frame argument is set in non-recurrent DNN…

    … training (kaldi-asr#1389)
    
    ... makes it vary on each iteration, not in big chunks of time.
    LvHang authored and danpovey committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    5b03ada View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. Configuration menu
    Copy the full SHA
    37b5352 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    53dec62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8d03d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    17f1e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f926fb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    502dd6f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Configuration menu
    Copy the full SHA
    68cee21 View commit details
    Browse the repository at this point in the history
  2. [src,egs,scripts]: merge master; change recommended TDNN script for t…

    …edlium; add comment in script.
    danpovey committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    8b4c5ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deda2bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2145519 View commit details
    Browse the repository at this point in the history
  5. Kaldi 5.1.0 (kaldi-asr#1342)

    danpovey committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    9b9b561 View commit details
    Browse the repository at this point in the history
  6. [build] Change travis build to use clang; remove -rdynamic from CXXFL…

    …AGS (it's in LDFLAGS)
    
    Increase the number of parallel make jobs to 6.
    
    Remove -rdynamic flag from CXXFLAGS. It is already in LDFLAGS.
    dogancan authored and danpovey committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    6477dec View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Configuration menu
    Copy the full SHA
    23338bf View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Configuration menu
    Copy the full SHA
    7d538e2 View commit details
    Browse the repository at this point in the history
  2. [build] Use github not sourceforge for IRSTLM [sourceforge repo dead?] (

    kaldi-asr#1435)
    
    I couldn't figure out what version corresponds to svn -r 618, so I'm just using master.
    jtrmal authored and danpovey committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    8458587 View commit details
    Browse the repository at this point in the history
  3. [egs] clean up the HKUST scripts and add scoring filters (kaldi-asr#1436

    )
    
    Some fixes to scoring (e.g. don't split english words into characters, only chinese ones).
    Modify scoring to produce CER and WER numbers.
    jtrmal authored and danpovey committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    d218412 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. [src,doc] Update version documentation with version 5.1; makefile fix…

    …; add details to info string for nnet3 component.
    danpovey committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    7b862c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483192e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c77d2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c3df88 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. [build] Update Travis configuration to get builds to complete on time. (

    kaldi-asr#1443)
    
    Run the build in a container-based Ubuntu 12.04 virtual environment.
    Compile with clang-3.8. Add Travis scripts to Travis testable files.
    dogancan authored and danpovey committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    9866a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    351da28 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Configuration menu
    Copy the full SHA
    ae4a5ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70f5360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94a419f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0465262 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    dff2a3f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

  1. Configuration menu
    Copy the full SHA
    37bebd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cda604 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    089e596 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    344e1ad View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. Configuration menu
    Copy the full SHA
    25b1299 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. Configuration menu
    Copy the full SHA
    d60e3cc View commit details
    Browse the repository at this point in the history
  2. [scripts,egs] Replace SGE-specific options to queue.pl (etc.) with ge…

    …neric options (kaldi-asr#1461)
    
    Search for new-style http://kaldi-asr.org/doc/queue.html for an explanation of the difference.  It makes switching to new queueing mechanisms easier.
    jtrmal authored and danpovey committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    3f18012 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    1db4bba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee45757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c4441e View commit details
    Browse the repository at this point in the history
  4. [scripts] fix_data_dir.sh, prevent function returning false in case r…

    …eco2file_and_channel does not exist (kaldi-asr#1467)
    jtrmal authored and danpovey committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    4a58ab9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Configuration menu
    Copy the full SHA
    f6b011f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff438b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ef5b58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a17123 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d02ef22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    997d17d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c4193b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Configuration menu
    Copy the full SHA
    03af27a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Configuration menu
    Copy the full SHA
    d5a9d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805e300 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2017

  1. Configuration menu
    Copy the full SHA
    ba77d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    828f0b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    40a2086 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Configuration menu
    Copy the full SHA
    5bad9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34128c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    5bfa9e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Configuration menu
    Copy the full SHA
    bd23a10 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    1a4dbf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Configuration menu
    Copy the full SHA
    eba49a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Configuration menu
    Copy the full SHA
    5c98096 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Configuration menu
    Copy the full SHA
    3fec956 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. Configuration menu
    Copy the full SHA
    eac0baa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25ca8e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed33b1f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. [egs] ami : Added tdnn_lstm recipe with fast-lstmp layer. Added tdnn_…

    …lstm recipe with -1 delay at lowest lstm layer (kaldi-asr#1505)
    
    swbd : Added tdnn_lstm recipe with delay -1 at the lowest lstm layer
    vijayaditya authored and danpovey committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    965cc49 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    39ad410 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    ef415a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a6feea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d0316b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    24bc222 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    244251f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. [src] Adding noexcept to hashing function objects (kaldi-asr#1519)

    this improves speed when using hashes.
    tomkocse authored and danpovey committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    8b458ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d300f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. [src] (minor) Added missing SetZero() to NaturalGradientAffineCompone…

    …nt::Scale() if scale==0.0 (kaldi-asr#1522)
    freewym authored and danpovey committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    e9d7993 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2017

  1. [scripts,egs] Adding options for using PCA instead of LDA+MLLT for iv…

    …ectors used in ASR. Results are reported in the default TDNN recipe in AMI. Updating steps/online/nnet2/{train_diag_ubm.sh,train_ivector_extractor.sh} so that they now backup the contents of their destination directory if it already exists. (kaldi-asr#1514)
    david-ryan-snyder authored and danpovey committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    e8ca375 View commit details
    Browse the repository at this point in the history
  2. [build,src,doc] Modify get_version.sh to deal better with whitespace …

    …(avoid space in version); minor fixes (kaldi-asr#1526)
    danpovey committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    60f9327 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. [build]: remove openfst check (kaldi-asr#1531)

    It appears there may be no good reason to disallow system-wide OpenFst.
    KarelVesely84 authored and danpovey committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    3c94401 View commit details
    Browse the repository at this point in the history
  2. [src] cudamatrix: speed up AddColSumMat with transfrom reduce kernel …

    …template (kaldi-asr#1530)
    
    CuVector::AddColSumMat<float>[no-trans],    16  0.0057  0.0172 3.01x
        CuVector::AddColSumMat<float>[no-trans],    32  0.0242  0.0668 2.76x
        CuVector::AddColSumMat<float>[no-trans],    64  0.0992  0.2577 2.60x
        CuVector::AddColSumMat<float>[no-trans],   128  0.3747  0.9280 2.48x
        CuVector::AddColSumMat<float>[no-trans],   256  1.4711  3.0541 2.08x
        CuVector::AddColSumMat<float>[no-trans],   512  5.1709  9.4713 1.83x
        CuVector::AddColSumMat<float>[no-trans],  1024 12.4352 20.4517 1.64x
        CuVector::AddColSumMat<double>[no-trans],   16  0.0060  0.0175 2.91x
        CuVector::AddColSumMat<double>[no-trans],   32  0.0240  0.0672 2.80x
        CuVector::AddColSumMat<double>[no-trans],   64  0.1006  0.2712 2.70x
        CuVector::AddColSumMat<double>[no-trans],  128  0.3691  0.9097 2.46x
        CuVector::AddColSumMat<double>[no-trans],  256  1.4530  3.1044 2.14x
        CuVector::AddColSumMat<double>[no-trans],  512  4.4524  7.5872 1.70x
        CuVector::AddColSumMat<double>[no-trans], 1024 11.1212 16.1423 1.45x
    kangshiyin authored and danpovey committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    d8b34d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5b1419 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. [src] nnet1: improving the GPU diagnostics, (kaldi-asr#1532)

    - we auto-detect the 'compute capability' problems (these appear as the 'invalid device function'),
    - we also provide guidelines what to try before posting to forum, and which info to send to us,
    KarelVesely84 authored and danpovey committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    0157686 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. [src] Fix copy-feats for using the --write-num-frames and --compress …

    …true flags at the same time (kaldi-asr#1541)
    psmit authored and danpovey committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    d9efe6e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Configuration menu
    Copy the full SHA
    5b70933 View commit details
    Browse the repository at this point in the history
  2. [scripts] nnet3 : fix issue where LDA estimation failed for LSTMs wit…

    …h label delay (kaldi-asr#1540)
    
    xconfig : Added delay option for FixedAffineLayer. This will be used for ensuring the model specified in ref.config has at least the context required by the model specified in init.config
    vijayaditya authored and danpovey committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    b2d5d36 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. [src] Change ConvertStringToReal to be locale-independent (i.e. alway…

    …s-US). Fixes android issue. (kaldi-asr#1513)
    
    The issue was that in Android you can't easily override the phone's locale, so export LC_ALL=C does not really work to enable reading of models if the phone was (e.g.) Brazilian or German.
    jcsilva authored and danpovey committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    31a528b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. [egs,scripts,src] SID and LID tools and scripts: cosmetic improvement…

    …s, better error-handling, and various minor fixes; results unchanged. (kaldi-asr#1543)
    david-ryan-snyder authored and danpovey committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    7fcc311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    179d9b6 View commit details
    Browse the repository at this point in the history
  3. [egs] AMI TDNN Results Update (kaldi-asr#1545)

    * [scripts,egs] Adding options for using PCA instead of LDA+MLLT for ivectors used in ASR. Results are reported in the default TDNN recipe in AMI. Updating steps/online/nnet2/{train_diag_ubm.sh,train_ivector_extractor.sh} so that they now backup the contents of their destination directory if it already exists.
    
    * [egs,scripts] Updating AMI TDNN results to reflect the current recipe (tdnn1d). Fixing minor bug in egs/ami/s5b/local/chain/tuning/run_tdnn_*.sh scripts.
    
    * [egs] Updating chain scripts in AMI so that they do not default to keeping egs
    david-ryan-snyder authored and danpovey committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    8891750 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. [srcipts] steps/nnet3/report/generate_plots.py: plot 5,50,95th percen…

    …tile of value and derivative instead of mean+-stddev (kaldi-asr#1472)
    LvHang authored and danpovey committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    9e06caa View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. Configuration menu
    Copy the full SHA
    81346fc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Configuration menu
    Copy the full SHA
    46f3285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7223462 View commit details
    Browse the repository at this point in the history
  3. [src] nnet3 online silence weighting - adding frame subsampling factor (

    kaldi-asr#1559)
    
    This is a fix so the --silence-weighting option will work correctly when decoding online with chain models.  Navneeth tested it on a couple of setups so we believe it works.
    navneeth1990 authored and danpovey committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    d82bbd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8be99a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    015c96f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Configuration menu
    Copy the full SHA
    73489ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d95c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2017

  1. Configuration menu
    Copy the full SHA
    c68a576 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. Configuration menu
    Copy the full SHA
    1f51ef5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Configuration menu
    Copy the full SHA
    95a550b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc483f View commit details
    Browse the repository at this point in the history
  3. sad: xconfig stats layer

    vimalmanohar committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    20f3072 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed129f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddf58d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    ddc85cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90097e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ad4355 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dd03c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff4c061 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c85d161 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. SAD: More tuning recipes

    vimalmanohar committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    33c6ea4 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. SAD: prepare musan music

    vimalmanohar committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    cbe6477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a632f00 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    579fc8c View commit details
    Browse the repository at this point in the history