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

Tdnn pool #3

Open
wants to merge 1,866 commits into
base: master
Choose a base branch
from
Open

Tdnn pool #3

wants to merge 1,866 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 8, 2016

  1. rm/s5: Don't use the no-longer-existing '--max-arcs' option when call…

    …ing gmm-latgen-faster
    
    The binary complains that there is no such option and exits abnormally, which in turn causes
    local/test_decoders.sh to fail with a scary error message.
    vdp committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    1fec277 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#675 from vdp/rm-max-arcs

    rm/s5: Don't use the no-longer-existing '--max-arcs' option when call…
    danpovey committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    3408563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    654d4cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75f8b02 View commit details
    Browse the repository at this point in the history
  5. Fix swbd/s5c recipe comment

    12 hours is the estimate I got when I ran the recipe:
    ```
    root@27af4331c701:/opt/kaldi/egs/swbd/s5c/data/train_30kshort
    $ awk '{s+=$4-$3}END{print s}' segments 
    43022.7
    ```
    (That's 11.95 hours.)
    guoguo12 committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    5826272 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kaldi-asr#677 from guoguo12/patch-1

    Fix swbd/s5c recipe comment
    danpovey committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    b77e930 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Refactoring feature computations to make for more natural integration…

    … with
    
    online decoding (and to enable fix to --snip-edges=false bug).
    danpovey committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    5aa540f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0981ce View commit details
    Browse the repository at this point in the history
  3. refactoring of code in feat/feature-window.{h,cc} to make it easier t…

    …o write online feature-extraction code that would respect the snip-edges=false option.
    danpovey committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    9ddcbd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2016

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

Commits on Apr 11, 2016

  1. Configuration menu
    Copy the full SHA
    6e8dd7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    829432d View commit details
    Browse the repository at this point in the history
  3. nnet1: frame dropping, adding the parenthesis in 'if'

    - the stays same functionality, but now it is more 'correct', as we
      don't do the triple cast with 'bool'.
    KarelVesely84 committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    d9c145a View commit details
    Browse the repository at this point in the history
  4. Merge pull request kaldi-asr#631 from jtrmal/path_sh_fix2

    moving the src/path.sh into tools/config/common_path.sh
    jtrmal committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    753c6be View commit details
    Browse the repository at this point in the history
  5. fix

    freewym committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    93eebc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abd0f7a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Configuration menu
    Copy the full SHA
    65e5b07 View commit details
    Browse the repository at this point in the history
  2. Preparing code to move into kaldi repository.

    Fixing stuff and renaming into am_nnet.
    Ilya Platonov committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    461746a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9052509 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kaldi-asr#688 from kkm000/arpa2fst-usage

    Updated arpa2fst usage message
    danpovey committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    13e4e23 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kaldi-asr#678 from freewym/dur_fix

    WIP: fix for utt2dur when applied on speed-pertubed data
    danpovey committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    4488d3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7de12d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb01718 View commit details
    Browse the repository at this point in the history
  8. reorganization of online feature code to work correctly with snip-edg…

    …es option; includes rewrite of window extraction code.
    danpovey committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    4f6823c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb5b32c View commit details
    Browse the repository at this point in the history
  10. bn-music-speech-fix: Update to run.sh to use the LDC distribution of …

    …the HUB4 corpus, update to local/make_bn.py so that it is more flexible with regard to differences in source directory format
    david-ryan-snyder committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    f4fd8dd View commit details
    Browse the repository at this point in the history
  11. Merge pull request kaldi-asr#693 from david-ryan-snyder/bn-music-spee…

    …ch-fix
    
    BN music speech fixes
    danpovey committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    f86bc2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c52315c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Merge pull request kaldi-asr#694 from vimalmanohar/frame_shift_fix

    smbr: Avoid extra epochs if frame shift is not used during training
    danpovey committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    c4c4ec9 View commit details
    Browse the repository at this point in the history
  2. pipe added

    Zhiyuan Tang committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    a76bce5 View commit details
    Browse the repository at this point in the history
  3. utils/mkgraph.sh finds the information about the context in the tree.

    Adding error message if $(tree-info | grep) fails.
    
    Exit correctly when the command fails.
    Remi Francis committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    50dde0f View commit details
    Browse the repository at this point in the history
  4. vadfix: fixed bug in voice activity detection context, changed defaul…

    …t context from 5 to 0
    mmaciej2 committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    6c9aa31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    682e3ba View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from pegahgh/chain-online-nnet3

    modified run_tdnn_6v.sh by appending online decoding.
    realill committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    4b5f8ce View commit details
    Browse the repository at this point in the history
  7. More changes after Dan review.

    Ilya Platonov committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    7dda2e6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kaldi-asr#697 from mmaciej2/vadfix

    vadfix: fixed bug in voice activity detection context, changed default context from 5 to 0
    danpovey committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    c7c70da View commit details
    Browse the repository at this point in the history
  9. Merge pull request kaldi-asr#683 from speechmatics/mkgraph_improvement

    utils/mkgraph.sh finds the information about the context in the tree.
    danpovey committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    ef48b26 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecebc33 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    616835c View commit details
    Browse the repository at this point in the history
  12. Merge pull request kaldi-asr#681 from kkm000/arpa-invoke-egs

    Update arpa2fst invocations in individual egs/*/local scripts
    danpovey committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    fd2eb88 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kaldi-asr#682 from kkm000/arpa-invoke-common

    Update arpa2fst invocations in common (wsj/{utils,steps}) files
    danpovey committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    502bf4a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Configuration menu
    Copy the full SHA
    b088c7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#698 from vimalmanohar/modify_lr_fix

    smbr_fix: Set modify-learning-rate false in chain smbr
    danpovey committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    5a23f08 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kaldi-asr#679 from danpovey/feature_fix

    Reorganization of feature code in order to correctly handle --snip-edges=false in online feature generation
    danpovey committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    4763a9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    530e626 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kaldi-asr#700 from jtrmal/windocfix

    adding clarification about recipes not working under windows
    danpovey committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    7d39cde View commit details
    Browse the repository at this point in the history
  6. Removing threaded option from online decoder.

    Ilya Platonov committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    84a853c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffcac29 View commit details
    Browse the repository at this point in the history
  8. small fix

    pegahgh committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    d4e1215 View commit details
    Browse the repository at this point in the history
  9. small fix

    pegahgh committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    b4cc829 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from pegahgh/chain-online-nnet3

    changed beam to 11, commented online decoding block and added online decoding results to 6v_sp script.
    realill committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    97e675f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Singular warning fixes

    Fixing a few compile warnings, each occuring only once in the whole codebase.
    kkm committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    2d2427a View commit details
    Browse the repository at this point in the history
  2. Update run_lstm.sh

    ialmajai committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    dba7897 View commit details
    Browse the repository at this point in the history
  3. Update run_lstm.sh

    ialmajai committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    ab8e3aa View commit details
    Browse the repository at this point in the history
  4. Update run_lstm.sh

    ialmajai committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    1a53da9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from ialmajai/ialmajai-patch-1

    Update run_lstm.sh
    ialmajai committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    31cd3cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    401d684 View commit details
    Browse the repository at this point in the history
  7. nnet1: introducing <!EndOfComponent> separator,

    - Now in Component::ReadData() we can read variant number of <Tokens>,
      without the danger of 'eating' the next component.
    - We keep the backward compatibility with the existing models,
    KarelVesely84 committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    ee2c442 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35a9555 View commit details
    Browse the repository at this point in the history
  9. Removing ../ from header

    Ilya Platonov committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    0fcae69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e118813 View commit details
    Browse the repository at this point in the history
  11. Merge pull request kaldi-asr#666 from api-ai/chain

    Online nnet3 code
    danpovey committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    f0244b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    497ca79 View commit details
    Browse the repository at this point in the history
  13. Systematically use KALDI_{ERR,WARN...} for diags in fstext/

    Non-test code only.
    kkm committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    1591866 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. Splinter the pair of pairs directly

    kkm committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    f25c731 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#704 from kkm000/singular-warnings

    Singular warning fixes
    danpovey committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    d884b15 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2016

  1. Configuration menu
    Copy the full SHA
    045660a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    437e030 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2efea9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kaldi-asr#707 from ialmajai/master

    Fixed one option in nnet/run_lstm.sh
    danpovey committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    d96a47b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    210de3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f00c4c8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kaldi-asr#708 from freewym/dur_fix

    force to generate utt2dur for every srcdir while calling combine_data.sh
    danpovey committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    d6a16e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    6eaee65 View commit details
    Browse the repository at this point in the history
  2. Add field for model type

    guoguo12 committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    398ba22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e429ae1 View commit details
    Browse the repository at this point in the history
  4. Subset on utt2spk when feats.scp is not necessary.

    Remi Francis committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    19d90da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b52123a View commit details
    Browse the repository at this point in the history
  6. Merge pull request kaldi-asr#710 from speechmatics/kaldi-asr

    Subset on utt2spk when feats.scp is not necessary.
    danpovey committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    fc8978c View commit details
    Browse the repository at this point in the history
  7. Merge pull request kaldi-asr#709 from tomkocse/countfix

    Modify analyze-counts.cc: add check for negative inputs on the alignm…
    danpovey committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    57ee9f1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kaldi-asr#642 from kkm000/log-handler

    SetLogHandler() to redirect Kaldi loggigng to custom function
    danpovey committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    6a6e58e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c45fe71 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Merge pull request kaldi-asr#711 from vesis84/learn_rate

    nnet1: creating tool 'nnet-set-learnrate', some structural changes in I/O,
    KarelVesely84 committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    398e3dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1f37fd View commit details
    Browse the repository at this point in the history
  3. fix hkust locale

    naxingyu committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    78b5fac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe38e44 View commit details
    Browse the repository at this point in the history
  5. Fix nnet3-latgen-faster option.

    Remi Francis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    a6b224a View commit details
    Browse the repository at this point in the history
  6. Fix call to get error message.

    Remi Francis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    b3b0941 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36ad8ae View commit details
    Browse the repository at this point in the history
  8. Merge pull request kaldi-asr#714 from jtrmal/cudaconffix

    Resolving some coding errors in cnfigure script. Proposing adding CUDA 5.5
    danpovey committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    57c5d13 View commit details
    Browse the repository at this point in the history
  9. Merge pull request kaldi-asr#713 from naxingyu/fix-hkust-locale

    fix hkust locale
    danpovey committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    6b21037 View commit details
    Browse the repository at this point in the history
  10. Merge pull request kaldi-asr#705 from guoguo12/examples-table

    Add table of examples (kaldi-asr#469)
    danpovey committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    e1a0ca0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Fix typo, remove extra quote

    nshmyrev committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    a15f7d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#722 from cmusphinx/master

    Fix typo, remove extra quote
    danpovey committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    9e8ff73 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Configuration menu
    Copy the full SHA
    02cf52a View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#657 from naxingyu/add-fisher-swbd-nnet3-…

    …chain
    
    add fisher_swbd nnet3 and chain recipe
    vijayaditya committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    b5c8ee0 View commit details
    Browse the repository at this point in the history
  3. nnet1: refactoring Nnet,

    - new implementation of Nnet::GetParams, Nnet::SetParams,
      Nnet::GetGradient
    - slight change of API for Nnet
    - chaning the code to be closer to Google style
    KarelVesely84 committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    737e123 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e7708b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bc82dc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Configuration menu
    Copy the full SHA
    f239d80 View commit details
    Browse the repository at this point in the history
  2. Modify steps/nnet/pretrain_dbn.sh so that if it fails while dumping f…

    …eatures to /tmp (due to filling up the disk), the features are removed.
    danpovey committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    fe01bf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cb8ff5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

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

Commits on Apr 24, 2016

  1. Configuration menu
    Copy the full SHA
    145d38f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f868ace View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    1ea2852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2afb18c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    975abc9 View commit details
    Browse the repository at this point in the history
  4. Fix typo and change cmd.sh

    sw005320 committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    79ceb90 View commit details
    Browse the repository at this point in the history
  5. Remove set -x in run.sh

    Update cmd.sh
    sw005320 committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    8e173f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5bf39d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ad4edb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ac02c9 View commit details
    Browse the repository at this point in the history
  9. Fixed bugs in path issues

    sw005320 committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    1bb204e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    afa3c42 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Configuration menu
    Copy the full SHA
    6bb54bd View commit details
    Browse the repository at this point in the history
  2. nnet1: fixing the training script issue of 'analyze-couts'

    - Now 'analyze-couts' obtains the dimensionality of the counts by option.
    - The problem was reported in:
      https://groups.google.com/forum/#!topic/kaldi-help/seUrycQ7nQc
    KarelVesely84 committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    74a1665 View commit details
    Browse the repository at this point in the history
  3. nnet1: extending support for CuArray<int32>

    - adding I/O functions for CuArray<int32>,
    - new method for adding constant to CuArray<int32>,
    - simplified I/O for nnet1 components with CuArray<int32>,
    - in nnet1 added function for building 'CuArray<int32>' from
      vector<vector<int32> > holding 'matlab-like' indices
    KarelVesely84 committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    8889b9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7142712 View commit details
    Browse the repository at this point in the history
  5. Adding an Iban recipe

    jtrmal committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    682d47c View commit details
    Browse the repository at this point in the history
  6. Merge pull request kaldi-asr#727 from jtrmal/iban_recipe

    Iban recipe
    jtrmal committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    6bd4e7b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Configuration menu
    Copy the full SHA
    4557f09 View commit details
    Browse the repository at this point in the history
  2. nnet3: fix ConstantFunctionComponent so that it reads and writes its …

    …learning rate. This allows it to be updated via nnet3-copy during training.
    David Snyder committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    74dac0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97678c9 View commit details
    Browse the repository at this point in the history
  4. fix to pretrain_dbn.sh (an error I introduced with a previous fix w.r…

    ….t. removing $tmpdir)
    danpovey committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    6bd89df View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Configuration menu
    Copy the full SHA
    b0df34d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53afcf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    617605e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b28b0b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16b76c6 View commit details
    Browse the repository at this point in the history
  6. some mostly whitespace-related fixes relating to online-nnet3 decodin…

    …g (should make no difference to anything)
    danpovey committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    1475415 View commit details
    Browse the repository at this point in the history
  7. add a couple Makefile rules

    danpovey committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    f5c1515 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. Configuration menu
    Copy the full SHA
    6a48ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b0ed4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b4f64 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2016

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

Commits on May 1, 2016

  1. minor documentation change

    danpovey committed May 1, 2016
    Configuration menu
    Copy the full SHA
    8664ce9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#738 from vdp/fix-compute-epochs

    Fix an apparent typo in nnet3::ComputeNnetComputationEpochs()
    danpovey committed May 1, 2016
    Configuration menu
    Copy the full SHA
    fc1b6a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kaldi-asr#733 from david-ryan-snyder/nnet3-cons-fu…

    …nc-comp-fix
    
    nnet3: fix to ConstantFunctionComponent
    danpovey committed May 1, 2016
    Configuration menu
    Copy the full SHA
    3ed1537 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Update #error message in kaldi-utils.h (regarding memory alignment) t…

    …o clarify it's likely a Makefile issue.
    danpovey committed May 2, 2016
    Configuration menu
    Copy the full SHA
    d3a7718 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#741 from naxingyu/update-fisher-swbd-tdn…

    …n-smbr
    
    Update fisher swbd tdnn smbr
    danpovey committed May 2, 2016
    Configuration menu
    Copy the full SHA
    fde32f8 View commit details
    Browse the repository at this point in the history
  3. some changes to fix compilation issues on cygwin: broke up kws-functi…

    …ons.cc into two pieces; add flag in makefile. Plus a cosmetic change in nnet-computation-graph.cc.
    danpovey committed May 2, 2016
    Configuration menu
    Copy the full SHA
    371a3ce View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Configuration menu
    Copy the full SHA
    8305c4c View commit details
    Browse the repository at this point in the history
  2. cudamatrix: adding new '.cc' file for CuArray,

    - reordering cudamatrix/cu-array-inl.h, so the methods appear in the same
      order as in cudamatrix/cu-array.h
    - adding asserts for 0-dim of CuArray
    KarelVesely84 committed May 3, 2016
    Configuration menu
    Copy the full SHA
    b07db17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bcc11f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8bf123 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kaldi-asr#749 from danpovey/scoring-fix

    Modify steps/nnet{2,3}/decode.sh to only pass in the --iter option to…
    danpovey committed May 3, 2016
    Configuration menu
    Copy the full SHA
    a9937ae View commit details
    Browse the repository at this point in the history
  6. fixing path.sh

    jtrmal committed May 3, 2016
    Configuration menu
    Copy the full SHA
    b5d0718 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kaldi-asr#750 from jtrmal/iban_path_fix

    iban recipe -- adding path.sh that was accidentally removed today
    jtrmal committed May 3, 2016
    Configuration menu
    Copy the full SHA
    6771bf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d5404c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2c261a View commit details
    Browse the repository at this point in the history
  10. Update to ComposeCompactLatticeDeterministic to fix a bug regarding t…

    …he olabel (which shouldn't matter in our normal use-cases), and make final-probs application more efficient.
    danpovey committed May 3, 2016
    Configuration menu
    Copy the full SHA
    0e284f3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. another fix to ComposeCompactLatticeDeterministic(), and a fix (plus …

    …cleanup) to word-align-lattice.cc, that affects the --test=true option of lattice-align-words for some topologies including chain models.
    danpovey committed May 4, 2016
    Configuration menu
    Copy the full SHA
    faa9c44 View commit details
    Browse the repository at this point in the history
  2. nnet3: Undo the damage done by 2310a19 and fix the original problem p…

    …roperly
    
    Also add an additional unit test for the topological sorting function
    vdp committed May 4, 2016
    Configuration menu
    Copy the full SHA
    048c01d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80d6d43 View commit details
    Browse the repository at this point in the history
  4. base/kaldi_error : the error messages are no longer printed 2x

    - e.what() contains stackttrace or is empty string
    - we should also consider changing:
      'std::cerr << e.what();' -> 'fprintf(stderr, e.what().c_str());'
    - fprintf is thread-safe and it is better not to mix 'std::cerr' and
      'stderr', and 'stderr' is already used for logging...
    KarelVesely84 committed May 4, 2016
    Configuration menu
    Copy the full SHA
    1bcdf6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96082cc View commit details
    Browse the repository at this point in the history
  6. Merge pull request kaldi-asr#757 from danpovey/mono-fix

    fix small bug in train_mono.sh regarding how errors in feat-to-dim ge…
    danpovey committed May 4, 2016
    Configuration menu
    Copy the full SHA
    a8ca3bf View commit details
    Browse the repository at this point in the history
  7. Merge pull request kaldi-asr#754 from vdp/fix-compute-epochs2

    nnet3: Undo the damage done by 2310a19 and fix the original problem properly
    danpovey committed May 4, 2016
    Configuration menu
    Copy the full SHA
    27dc00c View commit details
    Browse the repository at this point in the history
  8. Merge pull request kaldi-asr#752 from danpovey/compose-deterministic

    Update to ComposeCompactLatticeDeterministic to fix a bug regarding t…
    danpovey committed May 4, 2016
    Configuration menu
    Copy the full SHA
    c1d049e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Configuration menu
    Copy the full SHA
    e8987f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4b7661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b21e69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66bb064 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kaldi-asr#760 from giuliopaci/enable_precompiled_s…

    …peex_usage
    
    Added --speex-* options to configure.
    danpovey committed May 5, 2016
    Configuration menu
    Copy the full SHA
    76ee27b View commit details
    Browse the repository at this point in the history
  6. Fix inversion of input and output of open2 and pattern to check cycli…

    …city.
    Remi Francis committed May 5, 2016
    Configuration menu
    Copy the full SHA
    dde00f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ab8fb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f28b71a View commit details
    Browse the repository at this point in the history
  9. Merge pull request kaldi-asr#756 from speechmatics/g_properties

    Fix inversion of input and output of open2.
    danpovey committed May 5, 2016
    Configuration menu
    Copy the full SHA
    f136eae View commit details
    Browse the repository at this point in the history
  10. Use OnlineFeatureInterface instead of hardcoded OnlineNnet2FeaturePip…

    …eline
    
    in nnet2 and nnet3 decoders to allow more flexible feature pipelines.
    nshmyrev committed May 5, 2016
    Configuration menu
    Copy the full SHA
    47b7a6b View commit details
    Browse the repository at this point in the history
  11. Updated local/clean_chime4_format_data.sh by using the latest wsj/s5/…

    …local/wsj_format_data.sh
    sw005320 authored and danpovey committed May 5, 2016
    Configuration menu
    Copy the full SHA
    78c34cd View commit details
    Browse the repository at this point in the history
  12. Simplified the script 'local/chime4_train_lms.sh'

    Takaaki Hori authored and danpovey committed May 5, 2016
    Configuration menu
    Copy the full SHA
    395d8d1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kaldi-asr#763 from danpovey/sw005320-chime4-egs

    Sw005320 chime4 egs
    danpovey committed May 5, 2016
    Configuration menu
    Copy the full SHA
    36b105e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. Configuration menu
    Copy the full SHA
    6c074c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee2a9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f457c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kaldi-asr#764 from pranavj/issue729

    update to validate_dict_dir.pl to check for ^M (Issue 729)
    danpovey committed May 6, 2016
    Configuration menu
    Copy the full SHA
    e1f68e8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2016

  1. some cosmetic changes: add comments to RNNLM rescoring utilities to r…

    …efer to each other; improve messages printed out by 'configure'
    danpovey committed May 7, 2016
    Configuration menu
    Copy the full SHA
    3c6b63c View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#748 from cmusphinx/master

    Use OnlineFeatureInterface in nnet2 and nnet3 decoders
    danpovey committed May 7, 2016
    Configuration menu
    Copy the full SHA
    4614e17 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kaldi-asr#743 from danpovey/cygwin-fix

    some changes to fix compilation issues on cygwin: broke up kws-functi…
    danpovey committed May 7, 2016
    Configuration menu
    Copy the full SHA
    83031f2 View commit details
    Browse the repository at this point in the history
  4. chime4: minor bug-fixes

    vijayaditya committed May 7, 2016
    Configuration menu
    Copy the full SHA
    fb51bfb View commit details
    Browse the repository at this point in the history
  5. Merge pull request kaldi-asr#767 from vijayaditya/chime4

    chime4: minor bug-fixes
    danpovey committed May 7, 2016
    Configuration menu
    Copy the full SHA
    96ca212 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. some cosmetic changes: add comments to RNNLM rescoring utilities to r…

    …efer to each other; improve messages printed out by 'configure'
    danpovey committed May 9, 2016
    Configuration menu
    Copy the full SHA
    c9c5d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d224730 View commit details
    Browse the repository at this point in the history
  3. Adding nnet3/chain support to steps/cleanup/find_bad_utts_nnet.sh, no…

    …w script supports both nnet2 and nnet3. Probably nnet1.
    realill committed May 9, 2016
    Configuration menu
    Copy the full SHA
    7264220 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kaldi-asr#772 from api-ai/master

    Adding nnet3/chain support to steps/cleanup/find_bad_utts_nnet.sh, no…
    danpovey committed May 9, 2016
    Configuration menu
    Copy the full SHA
    0dc411a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. base/kaldi_error : refactoring the logging code

    - some TODO's are to be decided:
      - Can we remove the: 'IsKaldiError()'? (It's very 'dirty' function. And it's used only in the table-I/O to suppress printing 'what' messages from KALDI_ERR. IMHO, it may not be a good idea to suppress this.)
      - With Kirill's log-handler, the log is sent and then there's no abort() for errors/asserts (seems like a bad idea, but it is the way it worked previously).
    KarelVesely84 committed May 10, 2016
    Configuration menu
    Copy the full SHA
    24bef8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4fff0d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. fix small bug regarding online-ivector-features (for online-nnet2/nne…

    …t3 setup) regarding how silence-weighting is applied in iVector estimation. (thanks: xiang li)
    danpovey committed May 11, 2016
    Configuration menu
    Copy the full SHA
    50b7635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d985e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. Configuration menu
    Copy the full SHA
    bffbe48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#737 from vesis84/cpplint_style

    Cpplint style
    danpovey committed May 12, 2016
    Configuration menu
    Copy the full SHA
    3ce167e View commit details
    Browse the repository at this point in the history
  3. nnet1: updating the MMI / sMBR scripts,

    - fixing bug when i-vectors are used with 'steps/nnet/train_mpe.sh',
    - cosmetic changes,
    KarelVesely84 committed May 12, 2016
    Configuration menu
    Copy the full SHA
    062ac0e View commit details
    Browse the repository at this point in the history
  4. Merge pull request kaldi-asr#775 from vesis84/nnet1_smbr_scripts

    nnet1: updating the MMI / sMBR scripts,
    KarelVesely84 committed May 12, 2016
    Configuration menu
    Copy the full SHA
    3d16b23 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Configuration menu
    Copy the full SHA
    8293df6 View commit details
    Browse the repository at this point in the history
  2. minor fix to am-diag-gmm.cc to prevent a crash when clustering to a U…

    …BM when there are too few Gaussians and some zero counts.
    danpovey committed May 13, 2016
    Configuration menu
    Copy the full SHA
    f1c43ac View commit details
    Browse the repository at this point in the history
  3. Further fix to GMM->UBM code to resolve the issue that the last commi…

    …t addressed (RE zero weights)
    danpovey committed May 13, 2016
    Configuration menu
    Copy the full SHA
    e1d5652 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2016

  1. Data-structure change in split_scp.pl to prevent it becoming very slo…

    …w when speakers have many utterances.
    danpovey committed May 14, 2016
    Configuration menu
    Copy the full SHA
    b111a8b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2016

  1. Clean up unneeded flags

    guoguo12 committed May 15, 2016
    Configuration menu
    Copy the full SHA
    2f6809c View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#779 from guoguo12/memalign-cleanup

    Remove old memory alignment flags
    danpovey committed May 15, 2016
    Configuration menu
    Copy the full SHA
    269e2e8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Configuration menu
    Copy the full SHA
    85bb082 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kaldi-asr#774 from naxingyu/chain-left-biphone

    Add left biphone recipe for swbd
    vijayaditya committed May 16, 2016
    Configuration menu
    Copy the full SHA
    80d6d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44bc5d4 View commit details
    Browse the repository at this point in the history
  4. Tedlium chain pr 3 (kaldi-asr#783)

    * tedlium: Make scoring scripts correctly remove <unk> from ctm files.
    
    Previous scripts incorrectly added double quotes within the single
    quotes, so that grep would try to match only quoted words. They also
    mistakenly used \<, and \>. < and >, when escaped by backslashes,
    indicate word boundaries, not the characters "<" and ">".
    
    * tedlium: scripts to reproduce chain paper results.
    
    This includes nnet3 CE and sMBR model baseline scripts.
    galv authored and vijayaditya committed May 16, 2016
    Configuration menu
    Copy the full SHA
    dd646c2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kaldi-asr#782 from vijayaditya/perturb_bugfix

    Minor bugfix in utils/data/perturb_data_dir_volume.sh
    danpovey committed May 16, 2016
    Configuration menu
    Copy the full SHA
    5cb2613 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53e5e7f View commit details
    Browse the repository at this point in the history
  7. Fix to validate_lang.pl regarding how topologies are validated (fix f…

    …ailures for chain models) and to another bug found by ilya platonov regarding extra disambig symbols.
    danpovey committed May 16, 2016
    Configuration menu
    Copy the full SHA
    f8e0ca7 View commit details
    Browse the repository at this point in the history
  8. improve speed of split_data.sh; includes change to filter_scps.pl (th…

    …anks to remi francis for noticing the issue)
    danpovey committed May 16, 2016
    Configuration menu
    Copy the full SHA
    7690960 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Configuration menu
    Copy the full SHA
    71083b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    216f9ec View commit details
    Browse the repository at this point in the history
  3. Update nnet1-to-raw-nnet.cc

    Now GetParams requires vector allocated already. Changes in nnet\nnet-various.h at Apr 21, 2016
    tal1974 committed May 17, 2016
    Configuration menu
    Copy the full SHA
    95688aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1449a9d View commit details
    Browse the repository at this point in the history
  5. Update perturb_data_dir_volume.sh

    Add seed for random number generator in utils/data/perturb_data_dir.sh
    vimalmanohar committed May 17, 2016
    Configuration menu
    Copy the full SHA
    476f41d View commit details
    Browse the repository at this point in the history
  6. Merge pull request kaldi-asr#788 from vimalmanohar/patch-4

    Update perturb_data_dir_volume.sh
    danpovey committed May 17, 2016
    Configuration menu
    Copy the full SHA
    1b1a108 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kaldi-asr#787 from tal1974/patch-1

    Update nnet1-to-raw-nnet.cc
    danpovey committed May 17, 2016
    Configuration menu
    Copy the full SHA
    489a1f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7b3436 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. A new CUDA kernel for CuMatrixBase<Real>::FindRowMaxId;

    Old:
    LOG (TestCuFindRowMaxId():cu-matrix-speed-test.cc:264) For CuMatrix::FindRowMaxId<float>, for dim = 1024, speed was 3.99218 gigaflops.
    LOG (TestCuFindRowMaxId():cu-matrix-speed-test.cc:264) For CuMatrix::FindRowMaxId<double>, for dim = 1024, speed was 3.46283 gigaflops.
    
    New:
    LOG (TestCuFindRowMaxId():cu-matrix-speed-test.cc:264) For CuMatrix::FindRowMaxId<float>, for dim = 1024, speed was 66.2965 gigaflops.
    LOG (TestCuFindRowMaxId():cu-matrix-speed-test.cc:264) For CuMatrix::FindRowMaxId<double>, for dim = 1024, speed was 58.442 gigaflops.
    sykang@sepc83 authored and kangshiyin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    074e005 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c88a9e View commit details
    Browse the repository at this point in the history
  3. a few more comments

    kangshiyin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    a829139 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24b886a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0731b8f View commit details
    Browse the repository at this point in the history
  6. Merge pull request kaldi-asr#789 from glorey/master

    align-equal-compiled.cc: correct the usage description
    jtrmal committed May 18, 2016
    Configuration menu
    Copy the full SHA
    9ae455a View commit details
    Browse the repository at this point in the history
  7. nnet1: updating scripts, the mechanism of appending i-vectors is beco…

    …ming more generic,
    
    - the binary can be replaced (so we could eventually append posteriors, features, etc.)
    KarelVesely84 committed May 18, 2016
    Configuration menu
    Copy the full SHA
    6096531 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kaldi-asr#780 from kangshiyin/faster-FindRowMaxId

    A new CUDA kernel for CuMatrixBase<Real>::FindRowMaxId;
    danpovey committed May 18, 2016
    Configuration menu
    Copy the full SHA
    26ef88f View commit details
    Browse the repository at this point in the history
  9. Merge pull request kaldi-asr#755 from vesis84/error_logs

    base/kaldi_error : the error messages are no longer printed 2x
    danpovey committed May 18, 2016
    Configuration menu
    Copy the full SHA
    ea7f04b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b45a70b View commit details
    Browse the repository at this point in the history
  11. Add code for cumatrix copy transpose benchmark

    Add barrier for correct timing.
    
    Original performance:
    LOG (TestCuMatrixTransposeCross():cu-matrix-speed-test.cc:91) For CuMatrix::TransposeCross<float>, for dim = 1024, speed was 4.26727 gigaflops.
    LOG (TestCuMatrixTransposeS():cu-matrix-speed-test.cc:72) For CuMatrix::TransposeS<float>, for dim = 1024, speed was 5.97203 gigaflops.
    LOG (TestCuMatrixTransposeNS():cu-matrix-speed-test.cc:56) For CuMatrix::TransposeNS<float>, for dim = 1024, speed was 3.0816 gigaflops.
    LOG (TestCuMatrixTransposeCross():cu-matrix-speed-test.cc:91) For CuMatrix::TransposeCross<double>, for dim = 1024, speed was 3.95059 gigaflops.
    LOG (TestCuMatrixTransposeS():cu-matrix-speed-test.cc:72) For CuMatrix::TransposeS<double>, for dim = 1024, speed was 4.36189 gigaflops.
    LOG (TestCuMatrixTransposeNS():cu-matrix-speed-test.cc:56) For CuMatrix::TransposeNS<double>, for dim = 1024, speed was 2.39275 gigaflops.
    kangshiyin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    c765ba6 View commit details
    Browse the repository at this point in the history
  12. A new copy transpose kernel with same performance as plain copy.

    LOG (TestCuMatrixTransposeCross():cu-matrix-speed-test.cc:91) For CuMatrix::TransposeCross<float>, for dim = 1024, speed was 14.0498 gigaflops.
    LOG (TestCuMatrixTransposeS():cu-matrix-speed-test.cc:72) For CuMatrix::TransposeS<float>, for dim = 1024, speed was 16.845 gigaflops.
    LOG (TestCuMatrixTransposeNS():cu-matrix-speed-test.cc:56) For CuMatrix::TransposeNS<float>, for dim = 1024, speed was 14.2464 gigaflops.
    LOG (TestCuMatrixTransposeCross():cu-matrix-speed-test.cc:91) For CuMatrix::TransposeCross<double>, for dim = 1024, speed was 10.4523 gigaflops.
    LOG (TestCuMatrixTransposeS():cu-matrix-speed-test.cc:72) For CuMatrix::TransposeS<double>, for dim = 1024, speed was 9.65529 gigaflops.
    LOG (TestCuMatrixTransposeNS():cu-matrix-speed-test.cc:56) For CuMatrix::TransposeNS<double>, for dim = 1024, speed was 8.52148 gigaflops.
    kangshiyin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    13792af View commit details
    Browse the repository at this point in the history
  13. Merge pull request kaldi-asr#786 from freewym/librispeech_nnet2

    add new results for Multi-splice version of online recipe of Librispeech, including those on test set.
    danpovey committed May 18, 2016
    Configuration menu
    Copy the full SHA
    0d4f1b2 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    9af6653 View commit details
    Browse the repository at this point in the history
  2. 2 CUDA kernels for TraceMatMat with/without transpose for all matrix …

    …size.
    
    New:
    LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<float>, for dim = 1024, speed was 10.1076 gigaflops.
    LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<float> [transposed], for dim = 1024, speed was 11.8711 gigaflops.
    LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<double>, for dim = 1024, speed was 7.10019 gigaflops.
    LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<double> [transposed], for dim = 1024, speed was 7.81977 gigaflops.
    
    Old:
    LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<float>, for dim = 1024, speed was 4.57783 gigaflops.
    LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<float> [transposed], for dim = 1024, speed was 7.96795 gigaflops.
    LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<double>, for dim = 1024, speed was 3.61182 gigaflops.
    LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<double> [transposed], for dim = 1024, speed was 6.39571 gigaflops.
    kangshiyin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    70df881 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kaldi-asr#791 from kangshiyin/trace-mat-mat

    2 CUDA kernels for TraceMatMat with/without transpose for all matrix size.
    danpovey committed May 19, 2016
    Configuration menu
    Copy the full SHA
    fb3c66c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fdfed4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    772ee4f View commit details
    Browse the repository at this point in the history
  6. Merge pull request kaldi-asr#792 from vimalmanohar/smbr_bug_fix

    smbr: Fixed minor bug in generating diagnostics egs
    danpovey committed May 19, 2016
    Configuration menu
    Copy the full SHA
    52557c8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kaldi-asr#790 from kangshiyin/cumatrix-copy-trans

    Speed up CuMatrix<Real>::Transpose() and transposed copy from matrix
    danpovey committed May 19, 2016
    Configuration menu
    Copy the full SHA
    60a106e View commit details
    Browse the repository at this point in the history
  8. Merge pull request kaldi-asr#758 from danpovey/minor-change

    some cosmetic changes: add comments to RNNLM rescoring utilities to r…
    danpovey committed May 19, 2016
    Configuration menu
    Copy the full SHA
    653c78d View commit details
    Browse the repository at this point in the history
  9. Merge pull request kaldi-asr#725 from xiaohui-zhang/1509

    added utils/combine_ali_dirs.sh (fixes kaldi-asr#553).
    danpovey committed May 19, 2016
    Configuration menu
    Copy the full SHA
    ae5bff6 View commit details
    Browse the repository at this point in the history
  10. Add dimension check in online-nnet3 decoding code, so we get more mea…

    …ningful error messages.
    danpovey committed May 19, 2016
    Configuration menu
    Copy the full SHA
    8dca28c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8cf4d78 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Configuration menu
    Copy the full SHA
    5b3fccd View commit details
    Browse the repository at this point in the history
  2. Fix bug: static link to MKL failed.

    $ ./configure --mkl-root=/opt/intel/mkl --static-math=yes
    ...
    Configuring MKL library directory: Found: /opt/intel/mkl/lib/intel64
    MKL configured with threading: sequential, libs:  -Wl,--start-group /opt/intel/mkl/lib/intel64/libmkl_intel_lp64.a /opt/intel/mkl/lib/intel64/libmkl_core.a /opt/intel/mkl/lib/intel64/libmkl_sequential.a -Wl,--end-group
    MKL include directory configured as: /opt/intel/mkl/include
    Configuring MKL threading as sequential
    MKL threading libraries configured as   -lpthread -lm
    Using Intel MKL as the linear algebra library.
    /opt/intel/mkl/lib/intel64/libmkl_core.a(mkl_memory_patched.o): In function `mkl_serv_set_memory_limit':
    mkl_memory.c:(.text+0x49c): undefined reference to `dlsym'
    mkl_memory.c:(.text+0x4b2): undefined reference to `dlsym'
    mkl_memory.c:(.text+0x4c8): undefined reference to `dlsym'
    /opt/intel/mkl/lib/intel64/libmkl_core.a(mkl_memory_patched.o): In function `mkl_serv_allocate':
    mkl_memory.c:(.text+0x1251): undefined reference to `dlsym'
    mkl_memory.c:(.text+0x1267): undefined reference to `dlsym'
    ...
    kangshiyin committed May 20, 2016
    Configuration menu
    Copy the full SHA
    9501029 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kaldi-asr#794 from akreal/master

    Add missing dependencies to Makefiles
    danpovey committed May 20, 2016
    Configuration menu
    Copy the full SHA
    4a76336 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kaldi-asr#793 from danpovey/nnet3-decoding-dim-check

    Add dimension check in online-nnet3 decoding code, so we get more mea…
    danpovey committed May 20, 2016
    Configuration menu
    Copy the full SHA
    45b9897 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kaldi-asr#796 from kangshiyin/mkl-static-link-bug

    Fix bug: static link to MKL 11.3.2 failed.
    danpovey committed May 20, 2016
    Configuration menu
    Copy the full SHA
    71ffc7b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Configuration menu
    Copy the full SHA
    73ce8a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2465666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8254bbf View commit details
    Browse the repository at this point in the history
  4. More scripts

    vijayaditya committed May 21, 2016
    Configuration menu
    Copy the full SHA
    fe507fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f83626 View commit details
    Browse the repository at this point in the history