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

fix: incorrect folder name for openblas installation #4873

Closed
wants to merge 1,136 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1136 commits
Select commit Hold shift + click to select a range
caafed3
[egs] Add HIMIA (openslr-85) recipe speaker verification (#4069)
underdogliu Nov 10, 2020
f8ab7a6
[scripts] Use ensure_counts_present.sh in rnnlm/prepare_rnnlm_dir.sh …
LvHang Nov 11, 2020
f6ea9d2
[src] Fix comment typo in am-diag-gmm.h (#3946)
zh794390558 Nov 11, 2020
bf24df4
[scripts] Change default gpu opt yes->true in train_rnnlm.sh. (#4331)
yzmyyff Nov 12, 2020
3a1755c
[doc] Update link in faq.dox (#4330)(#4332)
qindazhu Nov 12, 2020
882b0a6
[scripts] Fix to error-log messages in make_lexicon_fst.py (#4329)
yzmyyff Nov 12, 2020
1670662
[egs] LibriCSS recipe (#4321)
desh2608 Nov 13, 2020
aea6442
[tools] Prefer tarballs from GitHub for reliability (#4336)
kkm000 Nov 16, 2020
cc79575
[src] Dynamic batcher for CUDA online pipeline (#4210)
hugovbraun Nov 17, 2020
3f5bf14
[tools] Sanitize extra scripts and gitignores (#4337)
kkm000 Nov 18, 2020
f37b360
[src] fix compilation failure on std::atomic_int32_t with gcc/++<7.0…
freewym Nov 18, 2020
144ad42
chain2 small fix: no groups-per-minibatch option (#4342)
LvHang Nov 19, 2020
62b203d
[scripts] fixing bug introduced due to new version of VB diarization …
desh2608 Nov 19, 2020
0c6a3dc
[src] nnet3-copy: batchnorm-test-mode option added (#4333)
mrsrikanth Nov 19, 2020
58c4323
[configure] Recognize MKL installed from Ubuntu package [#4262] (#4350)
kkm000 Nov 24, 2020
e78bf9b
[scripts] Remove duplicate code from s5/steps/libs/common.py (#4348)
akupitz Nov 25, 2020
d79c896
[egs] change chime5_corpus path to match JHU CSLP location (#4349)
akupitz Nov 25, 2020
21c17d1
Update run_cnn_tdnn_1b.sh (#4353)
teinhonglo Nov 27, 2020
82fea08
[src] Fix backoff logic bug in GetProbForWord in RNNLM scampling code…
LvHang Nov 28, 2020
031fcb2
[src] cudadecoder: fix bug of frame range checking in online spetral …
heibaidaolx123 Dec 2, 2020
a7c42bf
[scripts] Correctly symlink lda.mat in chain2 [#4357] (#4362)
kkm000 Dec 3, 2020
6a95a60
[doc] Missing hyphen in --config option (#4369)
a2d8a4v Dec 6, 2020
e1308c3
[src] cudadecoder: Utterance online key fix (#4372)
hugovbraun Dec 8, 2020
bb6bff1
[src] cudadecoder: Fix a bug of getting result in CudaDecoder (#4375)
heibaidaolx123 Dec 9, 2020
1e5749b
[scripts] simple fix to chain2/train.sh (#4377)
mrsrikanth Dec 10, 2020
088e918
[src] fix missing online_cmvn_iextractor in OnlineIvectorExtractionIn…
davidavdav Dec 10, 2020
ece1cd7
[src] Adding TF32 tensor core support (#4382)
akshaysubr Dec 11, 2020
78c86ce
[scripts,egs] Multiple changes to chain2/train.sh (#4385)
mrsrikanth Dec 11, 2020
403de7d
Cuda hashmap reset fix, endpointing_ init (#4386)
hugovbraun Dec 12, 2020
c013e2e
[src] Fix up the legacy dlopen-based CUDA driver calls (#4387)
achimnol Dec 13, 2020
1453c92
[scripts] Change num combine examples in e2e setup (#4389)
danpovey Dec 15, 2020
7dc5b19
Revert "[src] Fix up the legacy dlopen-based CUDA driver calls (#4387…
danpovey Dec 18, 2020
081e58e
[scripts] fix a issue in copy_trans_dir.sh (#4398)
tanconghui Dec 21, 2020
8961070
Revert "[src] Adding TF32 tensor core support (#4382)" (#4401)
danpovey Dec 23, 2020
5415bfa
add -std=c++11 to solve make sctk error (#4355)
whaozl Dec 26, 2020
8709640
Add Dockerimage for Debian 10 (#4381)
blokje Dec 26, 2020
958f0b0
[egs] Opensat20 large vocabulary (#4367)
huangruizhe Dec 26, 2020
813b731
Minor change to error message (#4363)
zngguvnf Dec 26, 2020
7ddc319
[egs] Updated AMI data split and references (#4405)
desh2608 Jan 2, 2021
1305956
[scripts] Make sure utt-length >= chunk-length when allocating egs fo…
tzyll Jan 4, 2021
32d9339
update recipe for CN-Celeb (#4406)
csltstu Jan 5, 2021
785ecf7
[src] Set 8 frames per chunk by default in looped decoding (#4411)
nshmyrev Jan 8, 2021
ca53725
[src] Adding TF32 tensor core support (#4416)
akshaysubr Jan 12, 2021
9a67e59
[src] A few fixes for undefined behaviour (#4415)
gibiansky Jan 12, 2021
2ad1590
[src] Remove legacy dlopen-based CUDA driver calls, use stub librarie…
achimnol Jan 16, 2021
28a584d
[src] cudadecoder: fix usage message: cuda offline2 and online (#4426)
hugovbraun Jan 16, 2021
d136b18
[src] cudadecoder: remove unused values in batched-wav-nnet3-cuda2 (#…
hugovbraun Jan 16, 2021
85b2513
[src] Copy test_mode_ correctly in DropoutMaskComponent,SpecAugmentTi…
datemoon Jan 20, 2021
e1dd07b
[src] cudadecoder: reduce lock scope in dynamic batcher (#4429)
hugovbraun Jan 21, 2021
dbff09e
[scripts] Add option to not modify speaker labels when doing speed au…
Jan 25, 2021
451112c
[build] Bump OpenBLAS to v0.3.13 (#4421)
a-rose Jan 26, 2021
d5b9426
Add KenLM support (#4247)
dophist Jan 27, 2021
c503383
[src] cudadecoder: add std:: namespace to string variables (#4438)
wilhelmhagg Jan 28, 2021
28a6dfd
RATS SAD Recipe (#4409)
johnjosephmorgan Jan 28, 2021
3e4468b
[egs] Remove kaldiio dependence in diarization example (#4442)
desh2608 Jan 29, 2021
6359c90
[egs] Recipe for NSC corpus (Singaporean English, ~1000h of recording…
pzelasko Feb 4, 2021
b9890a9
[src,script,egs] the gop_speechocean762 recipe (#4441)
jimbozhang Feb 4, 2021
3eea37d
[scripts] make combine_ali_dirs.sh more efficient when input is large…
KimJeongSun Feb 5, 2021
cee8f97
[egs] Fix small bug in chain2 example script #4450 (#4452)
huntingriver Feb 9, 2021
92191b6
[src] Fix to issue in threading code causing crash under load. (#4434)
ngoel17 Feb 9, 2021
970327f
[build] skip kenlm module in cmake (#4448)
dophist Feb 13, 2021
31dfcc1
[egs] model training in parallel for gop recipe (#4455)
jimbozhang Feb 13, 2021
d619890
[egs] Improve performance of the gop recipe #4453 (#4456)
jimbozhang Feb 16, 2021
778ac9f
[scripts] VB scripts: pass shape when creating coo_matrix (#4463)
mdrpanwar Feb 24, 2021
f1230c6
[src] Fix sleep issue on Windows platform (#4464)
mathquis Feb 24, 2021
376281c
[src,scripts,egs] Add parallel lattice rescoring code and examples wi…
keli78 Feb 25, 2021
f9b6500
[egs] Chime6 track1 (#4470)
aarora8 Mar 8, 2021
fc01801
[egs] Fix to run.sh in CHiME4 s5_1ch (#4472)
Szu-JuiChen Mar 9, 2021
61f5ce0
[src] cuda decoder: disable legacy cuda offline binary for jetson dev…
hugovbraun Mar 11, 2021
b477071
Change num egs for combination in e2e scripts (#4465)
danpovey Mar 12, 2021
8a59901
Fix the default_trans.mdl in chain2 wsj recipe (#4413)
hangtingchen Mar 12, 2021
d3c2be4
[cmake] Add support for shared Kaldi libs (#4466)
davidlin409 Mar 16, 2021
36f6dbf
[src] Segmentation in Cuda offline binary (#4371)
hugovbraun Mar 17, 2021
3d0e431
[build] Removing extra benchmarking binary cudadecoderbin Makefile (#…
hugovbraun Mar 23, 2021
0970c29
Speed up data prep for stcmd (#4433)
kakushawn Mar 26, 2021
a4014ba
Add --read_entire_file switch to get-utt2dur.sh (#4467)
oplatek Mar 27, 2021
8f8b53a
Fix issue in make_kn_lm.py where it may truncate the input (#4486)
danpovey Apr 1, 2021
6260b27
[scripts] Fix typo in comments RE LSTM (#4487)
ervaibhavkumar Apr 2, 2021
9419347
[scripts] Added space for better readability for the logged warning. …
ervaibhavkumar Apr 8, 2021
5836340
[src,build] Support web assembly for online2 tcp decoding (#4276)
mhu-coder Apr 10, 2021
e745508
Bug fix in make_kn_lm.py (#4495)
danpovey Apr 12, 2021
cbed4ff
[scripts] Fix condition for copying default transition model in chain…
entn-at Apr 14, 2021
2b2bb46
fix cast type in rnnlm-lattice-rescoring (#4500)
LvHang Apr 21, 2021
f0f4f8f
[src] fix rnnlm normalization error (#4499)
LvHang Apr 21, 2021
5caf2c0
[src, egs] CHiME-6 track 2 JHU-CLSP submission (#4498)
desh2608 Apr 21, 2021
b0cfadf
fix crash caused by visiting erased elements in the map group_tasks_n…
spike-liu Apr 22, 2021
38b8036
[build] Bump minimum compiler versions and enable C++14 (#4503)
kkm000 Apr 22, 2021
9087b94
[egs] Librispeech data prep option without text (#4440)
Apr 23, 2021
b3c9bab
[scripts] Add options to train_e2e.py to support transfer learning (#…
hhadian Apr 23, 2021
598ad3a
[src] Deep copy dynamic batcher input; improve batch perf (#4490)
hugovbraun Apr 23, 2021
7f57eaa
[scripts] Improve find bad utts (#4508)
hhadian Apr 27, 2021
731f707
[scripts] improve counting algorithm in RNNLM estimation (#4510)
kakushawn Apr 30, 2021
7a489a5
Kaldi Ubuntu 18.04 Cuda Docker (#4513)
MATRIX4284 May 1, 2021
6436970
HI-MIA update: complementing trial list format and text-independent r…
May 1, 2021
aa2cae6
[egs] Chime6 recipe: rnnlm fix and baseline cnn-tdnnf script for futu…
aarora8 May 1, 2021
bc0d25f
[scripts,egs] Create average_rnnlm.sh; add some CNN-based recipes for…
rickychanhoyin May 1, 2021
f51691b
[docker] Update README for Ubuntu 18.04 re GPU (#4514)
MATRIX4284 May 1, 2021
e28927f
[src] Fixed bug where --scale option for copy-vector did not work. (#…
danijel3 May 4, 2021
5de039a
[src] Compile cudadecoder binaries on Windows (#4506)
kkm000 May 5, 2021
ded7b7c
[src] Assert matrix size before memcpy into it (#4520)
kkm000 May 8, 2021
344c691
[src] Add functions to set Cudevice properties (#4521)
kkm000 May 8, 2021
14d17c5
[scripts] rnnlm rescoring: fix bug, remove check of unused file (#4525)
Winedays May 12, 2021
445a0c7
[build] Update default_rules.mk to avoid errors in make depend (#4527)
BadriAhmed May 12, 2021
9bca277
[cmake] Fix build when used via add_subdirectory (#4530)
funous May 16, 2021
ff89a8a
[src] Fix shared_ptr mutual reference in ThreadPoolLightWorker (#4539)
galv May 26, 2021
0c51c8d
[src] Fix mismatched device alloc/host free in BatchedStaticNnet3 (#4…
galv May 26, 2021
436d243
[scripts] combine_data.sh: `rm -r $dest` fail when $dest not exists (…
kimdwkimdw May 28, 2021
949696e
[src] Elevenize KALDI_DISALLOW_COPY_AND_ASSIGN() (#4547)
kkm000 May 28, 2021
d712644
[egs] Add execute perm to steps/nnet3/chain/align_lats.sh (#4543)
KarelVesely84 May 29, 2021
27191d1
[steps] Delete duplicate nnet3/chain/align_lats.sh (#4549)
kkm000 May 30, 2021
f2a382a
[make] Fix 'make depend' without CUDA (#4551)
kkm000 Jun 2, 2021
2d57eb9
[src] Unpin host memory, fix race in cuda-online-pipeline (#4541)
kkm000 Jun 2, 2021
497e284
[src] Fix leaking CudaFst object's device memory (#4548)
kkm000 Jun 2, 2021
ea2b433
[scripts] Fix python division in train_e2e.py (#4554)
hhadian Jun 3, 2021
ca6d133
[cmake] Fetch OpenFST at configure time. (#4558)
vzxxbacq Jun 11, 2021
fe94896
[src] Spawn python for numpy-array-test (#4561)
kkm000 Jun 12, 2021
8184005
[src] Don't leak new'd NnetChainModel2::LanguageInfo (#4562)
kkm000 Jun 12, 2021
1714f6c
[src] Use 'static_assert' for KALDI_COMPILE_TIME_ASSERT (#4566)
kkm000 Jun 16, 2021
d0937dc
[src] Initialize CuDevice member; cleanup cu-common.{h,cc} (#4567)
kkm000 Jun 16, 2021
9796afd
[src] Shutdown CUDA online pipeline deterministically (#4570)
kkm000 Jun 17, 2021
4973514
[src] Assert empty workqueue on ThreadPoolLight destruction (#4568)
kkm000 Jun 17, 2021
9d23586
[src] Deterministic shutdown and error checks to 11 in CudaDecoder (#…
kkm000 Jun 17, 2021
707bff6
[build] fix generate vs project failed (#4580)
xiangxyq Jun 23, 2021
c2658d5
[egs] Add to CSJ a pruned rnnlm lattice rescore script and spec augme…
ken57 Jun 30, 2021
170a1fc
[egs] GigaSpeech recipe (#4586)
chenguoguo Jun 30, 2021
579c9bf
[scripts] Update get_phone_post.sh (#4589)
IftitakhulZakiah Jul 7, 2021
692a906
Fix wrong binary reference in ali-to-post usage text (#4587)
fhahaha Jul 16, 2021
72c1292
[egs] Sprakbanken swe fix (#4535)
giampierosalvi Jul 19, 2021
cafb8b3
Ngram entropy pruning (#4594)
huangruizhe Jul 21, 2021
0056274
[src] Remove unused class members, fix warnings (#4560)
kkm000 Jul 22, 2021
f17c77d
[configure] shared or static speex (#4540)
rickychanhoyin Jul 23, 2021
405724b
[scripts] Fix losing segments past an unsplittable one (#4598)
wangsiw1 Jul 23, 2021
57f8d99
[src] fix cudadecoder crash with invalid --cuda-worker-threads (#4596)
quadr Jul 23, 2021
146bdff
[src] Fix the comments of ChangeReorderingOfAlignment and ModifyNnetI…
LvHang Aug 18, 2021
8e92112
[scripts] fix_data_dir.sh in perturb_data_dir_speed.sh (#4614)
lubacien Aug 21, 2021
d53b62f
Modify how locale is set for testing non-printable characters, to sup…
danpovey Aug 23, 2021
afa1ef0
[build] Add fallback to GitHub download for portaudio (#4616)
cansubmarinesswim Aug 28, 2021
8a1a7ef
Fix encoding issue in steps/libs/common.py read_matrix_ascii() (#4606)
danpovey Aug 29, 2021
90d44fe
[src] Fix backward string for CompactLattice in GetLinearSymbolSequen…
datemoon Aug 31, 2021
e6cc1ee
#4574 Create Minimal Dependency Lattice Tools (#4610)
galv Aug 31, 2021
145c750
[src] Rename cublasGetStatusString conflicting with CUDA headers (#4621)
hugovbraun Sep 6, 2021
0f0f362
Make logits in cudadecoder const (#4622)
galv Sep 6, 2021
47ea7ae
[build] Add option to link to tcmalloc, script to install it (#4564)
LvHang Sep 8, 2021
3b8a97d
[tools] Download SRILM by sending licensee HTML form data (#4624)
jlalfonso21 Sep 8, 2021
eb139a0
[src] Free cudadecoder from cudamatrix and TransitionModel (#4623)
galv Sep 10, 2021
070437f
[build] Fix linking with tcmalloc (#4626)
csukuangfj Sep 10, 2021
cf3d749
[build] correct 'gperftools' directory name (#4629)
LvHang Sep 24, 2021
48ada44
update and rebase #3951 (#4633)
jtrmal Sep 24, 2021
2b1b041
[egs] added option to download from china mirrors (#4634)
dpny518 Sep 27, 2021
2202341
[src] Detach corr_id from channel at end of decode unconditionally (#…
ryanwy Sep 28, 2021
7f83853
[src] CUDA decoder CTM, long stream support (#4553)
hugovbraun Sep 29, 2021
c80f803
[src] Remove duplicate variable (#4640)
jtrmal Sep 30, 2021
54cc25e
[srcipts] Remove nonexisting switch (#4639)
jtrmal Sep 30, 2021
57a8d3d
[CI] Disable mirror.kernel.org expired cert check
kkm000 Sep 30, 2021
26b9f64
Revert "[CI] Disable mirror.kernel.org expired cert check"
kkm000 Sep 30, 2021
beb9e9a
[egs] If utt2num_frames already exists, don't run feat-to-len. (#4635)
galv Oct 2, 2021
b644c28
[scripts] train_lda_mllt.sh: Fix OOM errors when training on large da…
galv Oct 2, 2021
7547a90
[src] Support case of numFrames == 0 (deprecated CUDA batch pipeline)…
spike-liu Oct 2, 2021
90598e2
[scripts] Prevent dangling symlink creation (#4644)
anna-kartynnik Oct 9, 2021
94f3762
[scripts] Add 'src/cudafeatbin' to common_path.sh (#4643)
qmpzzpmq Oct 9, 2021
5caf254
[egs] fix sprakbanken_swe (#4646)
jimregan Oct 17, 2021
eb8d02b
[src] Optimize lattice-faster-decoder to use memory pools (#4645)
danlark1 Oct 22, 2021
8969ce0
[egs] Fix typo in lre/v1/run.sh (#4655)
puneetbawa Nov 2, 2021
66f5434
[src,scripts] Batch looped decoding where contexts can be swapped in …
yanz0920 Nov 4, 2021
6e03a3f
remove duplicate cleaning up operations (#4649)
LvHang Nov 16, 2021
5cd9c1e
[scripts] wenetspeech recipes (#4647)
LvHang Nov 29, 2021
a92babf
[src] Issue error if file sample rate differs from feature .conf (#4…
jtrmal Dec 1, 2021
1eea03e
[docs] closes #4663 fixes a broken link in the docs (#4664)
lordadamson Dec 2, 2021
0162743
[build] remove sgmm2* from the bin target (#4666)
jtrmal Dec 2, 2021
f594ce3
[scripts] fix gitpod open error (#4657)
clarencetw Dec 2, 2021
2b016ab
[build] Allow overriding cxx/ar/ranlib from environment (#4659)
nshmyrev Dec 2, 2021
054af6b
[src,cudadecoder] Fix __restrict__ pointer error (#4673)
mmcauliffe Dec 18, 2021
c56b8c0
[src, nnet3] fix declaration of GetDiscriminativeNnetExampleSize and …
ahban Dec 31, 2021
d366a93
[doc] A minor docs typo (#4688)
gkostov Jan 3, 2022
df1e911
[src] Fix: feature dim might differ from lda dim in CUDA ivector extr…
nshmyrev Jan 13, 2022
7460d99
[cudadecoder] Expose API to wait for separate streams (#4681)
nshmyrev Jan 15, 2022
4609ea1
[egs] LT-LM recipe for librispeech (#4590)
medbar Jan 21, 2022
7f3d3da
[scripts] Fixed the possible zero discounting constant issue in make_…
huangruizhe Jan 26, 2022
3b91c76
[scripts] slurm.pl: Catch SIGTERM and SIGINT signals (#4675)
zhuangweiji Jan 27, 2022
bd13036
[src] Update wav-reverberate.cc to avoid divide by zero. (#4668)
fhahaha Jan 29, 2022
fe230a0
[src] Extending 'lattice-compose.cc' to compose with ark of fsts, and…
KarelVesely84 Jan 31, 2022
3ec108d
Development container for VS code. (#4694)
o-alexandre-felipe Feb 4, 2022
0be6186
renormalize line endings (#4698)
h-vetinari Feb 12, 2022
e4940d0
[src,scripts,egs] Add support for Continual Learning using chain/LF-M…
hhadian Feb 13, 2022
498b25d
[egs,cosmetic] Fix wrong comment in AISHELL run.sh (#4706)
HuangruiChu Mar 7, 2022
4404cbd
[src] fix cannot allocate memory when subregion size and requested si…
quadr Mar 22, 2022
dd107fd
[src] Fix vector casts by using explicit namespace (#4713)
auroraanon38 Mar 22, 2022
d7877b8
Remove cu-device include. (#4721)
galv Apr 8, 2022
6e633c9
Fix an error in expressing column ranges in the I/O doc. (#4726)
csukuangfj Apr 13, 2022
4e0b7a3
[egs] Correct steps/align_si.sh commentary (#4708)
HuangruiChu Apr 15, 2022
5a37217
[build] Update CMake build recipe to allow dependencies from Conda (#…
mmcauliffe Apr 16, 2022
12a2092
[cmake] Remove sgmm2 from gmm-est-fmllr-gpost dependencies (#4730)
mmcauliffe Apr 19, 2022
527161b
[build] FreeBSD build support (#4733)
tpoindex Apr 26, 2022
aefbd09
[build] Fix SCTK compilation for Mac M1 (#4696)
pzelasko Apr 26, 2022
501de70
[kws] fix in calculating per catetory stats (#4737)
huangruizhe May 3, 2022
b48dc71
fix DecodeSymbol left cotext decoding bug when kNontermBigNumber cat …
juxiangyu May 10, 2022
150d5de
[egs] mgb2 -- Pass process_xml as a third argument (#4740)
hayderkharrufa May 10, 2022
d673298
[scripts] chain2 training: reset the error flag next time the script …
jtrmal May 10, 2022
528595e
[build] enable compilers gcc 10 and 11 when cuda>=11.4 (#4744)
jtrmal May 18, 2022
bfd50ba
[scripts] SWBD Update run_aug_common.sh (#4735)
bofenghuang May 18, 2022
339c2e3
[src] Introduce determinize_max_active option to control determinizat…
nshmyrev May 18, 2022
3f8575a
[build] Fix 'make valgrind' (#4736)
hungry-foolish May 18, 2022
7f020ee
[build] Fix superfluous space in Makefile (#4745)
nshmyrev May 19, 2022
16ff67f
[egs] Improve aishell/s5/run.sh commentary (#4707)
HuangruiChu May 20, 2022
1a233a1
[egs] librispeech: Fix creation of vocab_autogen_our.{1} when using 1…
Agrover112 May 25, 2022
321b55d
[build] add nnet2online dependency to building nnet3bin. (#4749)
csukuangfj May 27, 2022
ac29a6f
[src] Ignore the second registration in ParseOptions (#4741)
csukuangfj Jun 2, 2022
efd25d8
[src] avoid build error on Windows (#4757)
ochaheaven Jun 21, 2022
c6be440
[scripts] Fix mathematics calculation description and naming in spk-i…
aviasd Jun 22, 2022
3dd90fe
[src] Fix Windows build - Add cctype import to kaldi-utils.cc, remove…
Zohan Jun 24, 2022
503a622
[egs] chime6: missing --cmd argument (#4764)
boeddeker Jul 15, 2022
05f6660
[egs] chime6/s5c_track2: example code for pretrained model (#4763)
boeddeker Jul 15, 2022
9af2c5c
[scripts] egs/chime6/s5c_track2/local/ts-vad/diarize_TS-VAD_itX.sh: u…
boeddeker Jul 20, 2022
7087c4f
fix portaudio install script, closes #4755 (#4773)
jtrmal Aug 12, 2022
0cf557e
Kaldi recipe for SPGISpeech (#4772)
jtrmal Aug 12, 2022
dd97e1b
Replace TravisCI with github actions (#4776)
jtrmal Aug 16, 2022
e786efa
Windows conda fixes (#4777)
jtrmal Aug 16, 2022
b8f30ac
use last segment of the CXX as the ccbin compiler for cuda (#4778)
jtrmal Aug 16, 2022
6c86e03
Fix typo in gen_cmake_skeleton (#4779)
mmcauliffe Aug 17, 2022
ae2efea
[egs] Set PYTHONUNBUFFERED=1 in all recipes (#4770)
ma08 Aug 17, 2022
85c120a
remove obsoleted and C++17 incompatible unary_function<>, resolves #4732
jtrmal Aug 12, 2022
09a6306
remove the c++17 removed function random_shuffle
jtrmal Aug 12, 2022
3dd259b
[infra] docker images automatically using gh (#4782)
jtrmal Aug 18, 2022
4592c54
[infra] add cpu-only docker build (#4783)
jtrmal Aug 18, 2022
0fb502d
Fix: ali-to-post piping in post-to-tacc example (#4788)
Agrover112 Aug 28, 2022
a754c18
[scripts] Copy utt2lang in copy_data_dir.sh (#4789)
jonghwanhyeon Aug 31, 2022
7bc53ef
[scripts] Move otherwise misleading comment in mkgraph.sh (#4787)
taku-takamatsu Sep 1, 2022
727e454
[egs] Kill feral dupes of --num-threads in few local eg scripts (#4792)
bofenghuang Sep 14, 2022
299dadc
change [utter] to [utterance.] in data_prep.dox (#4795)
npovey Sep 20, 2022
716f558
Provide provision to pass subword separator as argument to make_posit…
kavyamanohar Sep 20, 2022
f6f4cca
Update run_blstm.sh (#4790)
xu-gaopeng Sep 26, 2022
99101e8
Do not use ADL to invoke std::binary_search
georgthegreat Dec 6, 2022
a023f3f
SRILM: allow bypassing download/extraction during automated installation
daanzu Dec 11, 2022
be22248
[src] Make word alignment optional (#4802)
galv Dec 13, 2022
aa17817
Fix variable name (#4815)
csetanmayjain Dec 26, 2022
0785b66
Add support for CUDA 12 and Hopper.
galv Jan 5, 2023
ae8cbe8
[misc] Install python2.7
galv Dec 13, 2022
e4eb4f6
egs/ami: Fix BUT path to wavs in AMI scripts, add beamformer config (…
KarelVesely84 Feb 3, 2023
561d8c2
Merge pull request #4809 from georgthegreat/patch-1
danpovey Feb 18, 2023
ab6c168
Merge pull request #4810 from daanzu/pr/srilm
danpovey Feb 18, 2023
ed910d6
Fix -Wdeprecated-copy from c++11
georgthegreat Feb 18, 2023
362ecc2
Merge pull request #4825 from georgthegreat/patch-2
danpovey Feb 18, 2023
59299d1
Fix for issue#4801 (#4826)
yfyeung Feb 20, 2023
ab8fa9e
No need for atomicAdd for float2, conflicts with CUDA 12.1 (#4838)
nshmyrev Apr 17, 2023
9a8588a
More fixes of unwanted ADL usage of std algos (#4828)
georgthegreat Apr 26, 2023
1918508
Fix matrix data offset for large matrices (#4823)
nshmyrev Apr 26, 2023
0d7f17f
Fix download location in install_liblbfgs.sh
danpovey May 2, 2023
5ef3962
Merge
danpovey May 2, 2023
71f38e6
Merge pull request #4850 from danpovey/fix_liblbfgs
danpovey May 2, 2023
d105523
fix: incorrect folder name for openblas installation
prabowomurti Oct 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

<!--
WARNING: THE KALDI ISSUE TRACKER IS **ONLY** USED FOR KALDI DEVELOPMENT!

If you have a question about using Kaldi, please use the kald-help discussion group:

https://groups.google.com/forum/#!forum/kaldi-help

Instructions for joining are available at: http://kaldi-asr.org/forums.html
-->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-proposal-discussion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature proposal or discussion
about: Suggest an idea for Kaldi
title: ''
labels: discussion
assignees: ''

---

<!--
WARNING: THE KALDI ISSUE TRACKER IS **ONLY** USED FOR KALDI DEVELOPMENT!

If you have a question about using Kaldi, please use the kald-help discussion group:

https://groups.google.com/forum/#!forum/kaldi-help

Instructions for joining are available at: http://kaldi-asr.org/forums.html
-->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/kaldi10-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Kaldi10 issue
about: This option is for use by core developers only
title: ''
labels: kaldi10-TODO
assignees: ''

---

29 changes: 29 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Number of days of inactivity before an issue becomes stale.
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed.
# TODO(kkm): Re-enable auto-closing when done with the current heap of old PRs.
daysUntilClose: false
# Issues with these labels will never be considered stale.
exemptLabels:
- discussion
- enhancement
- help-wanted
- in progress
- low-priority
- newbie
- stale-exclude
- stopped development
# Label to use when marking an issue as stale.
staleLabel: stale
# Comment to post when marking an issue as stale.
markComment: >
This issue has been automatically marked as stale by a bot solely because it
has not had recent activity. Please add any comment (simply 'ping' is enough)
to prevent the issue from being closed for 60 more days if you believe it
should be kept open.
# Comment to post when closing a stale issue.
closeComment: >
This issue has been automatically closed by a bot strictly because of
inactivity. This does not mean that we think that this issue is not
important! If you believe it has been closed hastily, add a comment
to the issue and mention @kkm000, and I'll gladly reopen it.
40 changes: 40 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: C/C++ CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest
env:
CCACHE_DIR: /home/runner/work/kaldi/kaldi/.ccache
CXX: "ccache g++"
CC: "ccache gcc"

steps:
- uses: actions/checkout@v3
- name: Install sox
run: sudo apt-get install -y sox intel-mkl
- name: Install python2
run: sudo apt-get install -y python2
- name: ccache
uses: hendrikmuhs/[email protected]
with:
verbose: 1
max-size: 3G
- name: make tools
run: cd tools && make -j3
- name: ccache stats
run: ccache -s
- name: configure
run: cd src && ./configure --shared
- name: make depend
run: cd src && make clean && make depend
- name: make
run: cd src && make -j 3
- name: make test
run: cd src && make test
103 changes: 103 additions & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
name: Docker Image CI

on:
schedule:
- cron: '37 2 * * 1'
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
# pull_request: #for debugging purposes
# branches: [ "master" ]

jobs:
enable_build:
if: github.repository == 'kaldi-asr/kaldi'
runs-on: ubuntu-latest
outputs:
enabled: ${{ steps.set-enabled.outputs.enabled }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set enabled
id: set-enabled
run: |
set -x
echo $(git rev-list --after="1 week" ${{ github.sha }})
if test -z $(git rev-list --after="1 week" ${{ github.sha }} | tail -n 1) ; then
enabled=false
else
enabled=true
fi
echo "enabled: $enabled"
echo "::set-output name=enabled::${enabled}"


docker-buildx-gpu:
needs: enable_build
if: needs.enable_build.outputs.enabled == 'true' || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
with:
install: true
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Inspect builder
run: |
echo "Name: ${{ steps.buildx.outputs.name }}"
echo "Endpoint: ${{ steps.buildx.outputs.endpoint }}"
echo "Status: ${{ steps.buildx.outputs.status }}"
echo "Flags: ${{ steps.buildx.outputs.flags }}"
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Build and push
run: |
cd docker/ubuntu18.04-cuda10.0/
docker build --push --tag kaldiasr/kaldi:gpu-latest --tag kaldiasr/kaldi:gpu-ubuntu18.04-cuda10.0 --tag kaldiasr/kaldi:gpu-ubuntu18.04-cuda10.0-$(date +%F) .

docker-buildx-cpu:
needs: enable_build
if: needs.enable_build.outputs.enabled == 'true' || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
with:
install: true
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Inspect builder
run: |
echo "Name: ${{ steps.buildx.outputs.name }}"
echo "Endpoint: ${{ steps.buildx.outputs.endpoint }}"
echo "Status: ${{ steps.buildx.outputs.status }}"
echo "Flags: ${{ steps.buildx.outputs.flags }}"
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Build and push
run: |
cd docker/debian10-cpu/
docker build --push \
--tag kaldiasr/kaldi:latest \
--tag kaldiasr/kaldi:cpu-latest \
--tag kaldiasr/kaldi:cpu-debian10 \
--tag kaldiasr/kaldi:cpu-debian10-$(date +%F) .

105 changes: 26 additions & 79 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,58 +7,65 @@
!/src/*/Makefile
!/src/*/README

# Compiled Object files and python ciles
# Object files.
*.slo
*.lo
*.o
*.obj
*.pyc

# profiling files and core files
# Profiling files and core dumps.
*.nvprof
core

# Compiled Dynamic libraries
# Compiled dynamic libraries.
*.so
*.dylib
*.dll

# Compiled Static libraries
# Compiled static libraries.
*.lai
*.la
*.a
*.lib

# Test log files
# Test log files.
*.testlog

# emacs saves
# Emacs autosave and backup files.
[#]*[#]
.[#]*
*~

# [ecg]tag files
# [ecg]tag files.
TAGS
tags
GTAGS
GRTAGS
GPATH
GSYMS

# python compiled sources
# Python compiled bytecode files.
*.pyc

# Make dependencies
# Python virtual environment
venv/

# Make dependencies.
.depend.mk

# some weird thing that MacOs creates.
# Some weird thing that macOS creates.
*.dSYM
.DS_Store

# Windows executable, symbol and some weird files.
*.exe
*.pdb
*.exp
*.manifest
/kaldiwin_vs*
.vscode
.idea

# /src/
/src/.short_version
Expand All @@ -73,73 +80,13 @@ GSYMS
/src/kaldi.mk.bak

# /egs/
/egs/*/s*/mfcc
/egs/*/s*/plp
/egs/*/s*/exp
/egs/*/s*/data
/egs/*/*/mfcc
/egs/*/*/plp
/egs/*/*/exp
/egs/*/*/data
/egs/*/*/wav
/egs/*/*/enhan

# /tools/
/tools/ATLAS/
/tools/atlas3.8.3.tar.gz
/tools/irstlm/
/tools/openfst
/tools/openfst-1.3.2.tar.gz
/tools/openfst-1.3.2/
/tools/openfst-1.3.4.tar.gz
/tools/openfst-1.3.4/
/tools/openfst-1.4.1.tar.gz
/tools/openfst-1.4.1/
/tools/openfst-1.5.0.tar.gz
/tools/openfst-1.5.0/
/tools/openfst-1.5.4.tar.gz
/tools/openfst-1.5.4/
/tools/openfst-1.6.0.tar.gz
/tools/openfst-1.6.0/
/tools/openfst-1.6.1.tar.gz
/tools/openfst-1.6.1/
/tools/openfst-1.6.2.tar.gz
/tools/openfst-1.6.2/
/tools/openfst-1.6.5.tar.gz
/tools/openfst-1.6.5/
/tools/openfst-1.6.7.tar.gz
/tools/openfst-1.6.7/
/tools/BeamformIt/
/tools/libsndfile-1.0.25.tar.gz
/tools/libsndfile-1.0.25/
/tools/pa_stable_v19_20111121.tgz
/tools/portaudio/
/tools/sctk-2.4.0-20091110-0958.tar.bz2
/tools/sctk-2.4.0/
/tools/sctk-2.4.10-20151007-1312Z.tar.bz2
/tools/sctk-2.4.10/
/tools/sph2pipe_v2.5.tar.gz
/tools/sph2pipe_v2.5/
/tools/kaldi_lm.tar.gz
/tools/sctk-2.4.8-20130429-2145.tar.bz2
/tools/sctk-2.4.9-20141015-1634Z.tar.bz2
/tools/sctk-2.4.9/
/tools/OpenBLAS
/tools/sctk
/tools/sctk-2.4.8
/tools/srilm
/tools/CLAPACK_include
/tools/kaldi_lm
/tools/env.sh
/tools/g2p-r1668.tar.gz
/tools/mpg123
/tools/mpg123-1.21.0.tar.bz2
/tools/mpg123-1.21.0
/tools/pthreads
/tools/pthreads*.zip
/tools/sequitur
/tools/sequitur-g2p
/tools/srilm.tgz
/tools/liblbfgs-1.10.tar.gz
/tools/liblbfgs-1.10/
/tools/srilm-1.7.2-beta.tar.gz
/tools/liblbfgs/
/tools/sequitur-g2p/
/tools/phonetisaurus-g2p/
/tools/mmseg-1.3.0.tar.gz
/tools/mmseg-1.3.0/
/kaldiwin_vs*
# CMakeLists.txt files are currently autogenerated, must not be committed.
/src/**/CMakeLists.txt
/build*
Loading