- Jun 27, 2013
-
-
Jan Trmal authored
Configurable name of the directory where libraries will be stored and linked against. Big kaldi shared library is supported (although the binaries are linked against the small ones). Changed names of some libraries to adhere to the naming convention <dir>/kaldi-<dir> git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sharedlibs@2602 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Jan Trmal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sharedlibs@2601 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 26, 2013
-
-
Jan Trmal authored
When running configure, use the --static/--shared switches to set the defaults for BLAS library and FST library as well. I.e. using the --static switch will produce setup, where everything will be linked statically. Similarly, --shared will produce a setup where everything will be linked dynamically. You can you the additional switches to accommodate your needs, e.g. ./configure --shared --static-fst will produce setup, where fst will be linked statically, everything else dynamically. Remember, the crutial thing here is the order of argumets! I.e. line ./configure --static-fst --shared will produce "all-shared setup". git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sharedlibs@2597 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sharedlibs@2595 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Jan Trmal authored
The configure script (when given the parameter --shared) now sets the flag KALDI_FLAVOR inside the kaldi.mk, so the correct flavor gets chosen automatically every time the make is called git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sharedlibs@2594 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Jan Trmal authored
First working version. Might need some polishing and testing on different setups, but seems working nicely git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sharedlibs@2586 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Jan Trmal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sharedlibs@2585 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Nagendra Goel authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2584 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2583 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
- making the --class-frame-counts not obligatory, allowing to have inactive instance of PdfPrior in nnet-forward (feedforward over feature transform, bn-feature feedforward) git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2580 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
- making the sequence-discriminative training consume less memory (by freeing buffers once not needed anymore) git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2579 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 25, 2013
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2573 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Nagendra Goel authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2569 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Korbinian Riedhammer authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2566 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 24, 2013
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2565 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
- utils/apply_map.pl : add --permissive flag, do not crash if key does not exist. default behavior is same as before - steps/make_denlats_nnet.sh : make it use CPU by default (--use-gpu-id=-1) git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2564 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 21, 2013
-
-
Xiaohui Zhang authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2559 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Xiaohui Zhang authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2558 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2557 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Xiaohui Zhang authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2556 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Xiaohui Zhang authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2555 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Xiaohui Zhang authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2554 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2553 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 20, 2013
-
-
Arnab Ghoshal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2550 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Ho Yin Chan authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2548 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2546 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 19, 2013
-
-
Jan Trmal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2543 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Jan Trmal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/oplatek@2541 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/oplatek@2540 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Ondrej Platek authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/oplatek@2537 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Ondrej Platek authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/oplatek@2534 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
Committing a lot of minor changes to Ondra's sandbox (will soon merge to trunk, I hope): fix issues with creating dynamic libraries by reorganizing some code and moving some files; fix a lot of minor issues such as wrong usage messages and include guards; adding Ondra's name to copyright on files he modified. git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/oplatek@2533 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2532 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 18, 2013
-
-
Gilles Boulianne authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2531 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/oplatek@2530 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/oplatek@2529 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2528 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2527 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2526 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
- removing obsolete scripts git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2525 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-