Commit Graph

  • 4159d6fbf6 Merge remote-tracking branch 'dan/master' into rnnt-modified Fangjun Kuang 2022-02-07 16:43:14 +08:00
  • 45866f95b4 Minor fixes. Fangjun Kuang 2022-02-07 16:39:39 +08:00
  • e614e0bd45 Fix a typo. Fangjun Kuang 2022-02-07 16:32:28 +08:00
  • 3b93761199 Update RESULTS. Fangjun Kuang 2022-02-07 16:31:10 +08:00
  • a859dcb205 Remove learnable offset, use relu instead. Daniel Povey 2022-02-07 12:14:48 +08:00
  • 8653b6a68a Apply random frame shift along the time axis. Fangjun Kuang 2022-02-07 12:09:26 +08:00
  • bdf02f69d6 pad 1 without 0.01 weight for exp Mingshuang Luo 2022-02-07 11:07:57 +08:00
  • 35ecd7e562
    Fix torch.nn.Embedding error for torch below 1.8.0 (#198) Wei Kang 2022-02-06 21:59:54 +08:00
  • 48a764eccf Add min in q,k,v of attention Daniel Povey 2022-02-06 21:19:37 +08:00
  • 8f8ec223a7 Changes to fbank computation, use lilcom chunky writer Daniel Povey 2022-02-06 21:18:40 +08:00
  • fcd25bdfff Fix torch.nn.Embedding error for torch below 1.8.0 pkufool 2022-02-06 18:22:56 +08:00
  • e6eb398d3f
    Merge 3c89734b79357508c0274b04895f64cc7d65a446 into 5ae80dfca7dab8f6faf99237effc17624f4e15de Fangjun Kuang 2022-01-31 18:18:04 -05:00
  • e1936fa5a8 Fix typo. Fangjun Kuang 2022-01-29 23:44:06 +08:00
  • 534cac4406 Minor fixes. Fangjun Kuang 2022-01-29 12:59:01 +08:00
  • 77261bc575 Add modified beam search. Fangjun Kuang 2022-01-28 23:51:04 +08:00
  • 3e3c1a6aee update docs pkufool 2022-01-28 20:05:48 +08:00
  • 08729f88b1 Fix the mismatch of forward & backward joiner label pkufool 2022-01-28 18:21:15 +08:00
  • c3b3123b27 Add modified beam search. Fangjun Kuang 2022-01-28 16:20:42 +08:00
  • 5d4fd85715 Fix conflicts pkufool 2022-01-27 19:29:23 +08:00
  • 29fd69d480 Merge branch 'master' into rnnt_aishell pkufool 2022-01-27 19:22:26 +08:00
  • ff7af3586a Decrease the model size and other fixes pkufool 2022-01-27 19:18:47 +08:00
  • 5ae80dfca7
    Minor fixes (#193) Wei Kang 2022-01-27 18:01:17 +08:00
  • 18f997fe51 Fix bugs in backward decoder pkufool 2022-01-27 17:34:44 +08:00
  • 3b6d416c4f Fix style pkufool 2022-01-27 17:11:36 +08:00
  • 8f43ed10d6 Minor fixes pkufool 2022-01-27 17:03:49 +08:00
  • 88ea4532c0 Using k2 pruned version transducer loss to train model pkufool 2022-01-27 16:36:47 +08:00
  • 8b7f43a027 Add backward decoder pkufool 2022-01-26 14:27:41 +08:00
  • 7df98eb000 pad 1 with torch.nn.functional.pad Mingshuang Luo 2022-01-26 13:00:18 +08:00
  • cbc6f01861 modified conv1dabs attention with pad 1 Mingshuang Luo 2022-01-26 11:46:03 +08:00
  • 4749619e5a Minor fixes after review. Fangjun Kuang 2022-01-25 18:46:35 +08:00
  • dd2acd89fd Modified attention. Fangjun Kuang 2022-01-25 17:43:04 +08:00
  • bff66ce86a
    Merge da98aa1b8ea4a7e318b0c91702724cc853bb08ff into 8e6fd97c6b92826b2e13caa1a683f2eb4bf9a832 Fangjun Kuang 2022-01-25 08:04:37 +01:00
  • b79c733cd6 Use chunked writer to save features. Fangjun Kuang 2022-01-25 14:06:45 +08:00
  • 8e6fd97c6b
    Merge pull request #185 from pzelasko/feature/libri-conformer-phone-ctc Piotr Żelasko 2022-01-24 18:08:15 -05:00
  • 1731cc37bb Black Piotr Żelasko 2022-01-24 10:20:22 -05:00
  • f92c24a73a
    Merge branch 'master' into feature/libri-conformer-phone-ctc Piotr Żelasko 2022-01-24 10:18:56 -05:00
  • 565c1d8413 Address code review Piotr Żelasko 2022-01-24 10:17:47 -05:00
  • da98aa1b8e Fix decoding. Fangjun Kuang 2022-01-23 08:51:53 +08:00
  • ce5670f39e Support to choose transformer as encoder. Fangjun Kuang 2022-01-22 22:24:14 +08:00
  • 69679e023e Use CTC loss as auxiliary loss. Fangjun Kuang 2022-01-22 16:04:17 +08:00
  • 1d5fe8afa4 flake8 Piotr Żelasko 2022-01-21 17:27:02 -05:00
  • f0f35e6671 black Piotr Żelasko 2022-01-21 17:22:41 -05:00
  • f28951f2b6 Add an assertion Piotr Żelasko 2022-01-21 17:16:49 -05:00
  • 3d109b121d Remove train_phones.py and modify train.py instead Piotr Żelasko 2022-01-21 17:08:53 -05:00
  • ec8fa55bcf remove unneeded and unsupported files Piotr Żelasko 2022-01-21 19:23:49 +00:00
  • cb329d1342 fixes Piotr Żelasko 2022-01-21 19:20:57 +00:00
  • 597d9b60d4 Add tedlium recipe Mingshuang Luo 2022-01-21 17:47:57 +08:00
  • 50eb78566b Minor fix. Fangjun Kuang 2022-01-21 11:22:24 +08:00
  • d6050eb02e Fix calling optimized_transducer after new release. (#182) Fangjun Kuang 2022-01-21 08:18:50 +08:00
  • 9e7223d27b Fix calling optimized_transducer after new release. Fangjun Kuang 2022-01-21 08:16:23 +08:00
  • e6017bae39 Merge remote-tracking branch 'upstream/master' into gigaspeech_recipe Guanbo Wang 2022-01-20 02:11:04 -05:00
  • ea6b7c5160 Fix style pkufool 2022-01-20 11:58:47 +08:00
  • e46409e90f Update aishell with k2 pruned rnnt loss pkufool 2022-01-20 11:42:02 +08:00
  • 92e524ea7f Use modified transducer loss in training. Fangjun Kuang 2022-01-20 11:27:29 +08:00
  • c2c3e2ba76 typo PingFeng Luo 2022-01-19 18:37:52 +08:00
  • c49f1eead7 fix style PingFeng Luo 2022-01-19 17:29:21 +08:00
  • 8ba67fddd2 typo PingFeng Luo 2022-01-19 17:22:56 +08:00
  • a4a920cc22 fix style PingFeng Luo 2022-01-19 17:20:28 +08:00
  • 356056cea2 check tensor dimension PingFeng Luo 2022-01-19 17:15:37 +08:00
  • 1d0a203be5
    Merge branch 'k2-fsa:master' into master Mingshuang Luo 2022-01-19 16:10:01 +08:00
  • d68532e0c9 fix style PingFeng Luo 2022-01-19 14:45:27 +08:00
  • 46d03ed9f0 use rnn_t loss of K2 PingFeng Luo 2022-01-19 14:27:56 +08:00
  • f94ff19bfe
    Refactor beam search and update results. (#177) Fangjun Kuang 2022-01-18 16:40:19 +08:00
  • 16d697a1ca
    Merge 3372149493ae2f3a7649dc5c4b886a6ff3014739 into 273e5fb2f3ac2620bafdffe2689b8b3ee10173d3 Fangjun Kuang 2022-01-18 05:29:22 +00:00
  • 3372149493 Add prefix search. Fangjun Kuang 2022-01-18 13:23:45 +08:00
  • a7e7c7ebfe Refactor beam search and update results. Fangjun Kuang 2022-01-18 12:35:03 +08:00
  • 652646ab8f use pretrained language model and lexicon wgb14 2022-01-17 19:05:51 -05:00
  • 72abd38f27 use KaldifeatFbank to compute fbank for musan wgb14 2022-01-17 18:54:16 -05:00
  • e76de3ba59 Fixes Piotr Żelasko 2022-01-17 23:29:35 +00:00
  • d394e88020 black Piotr Żelasko 2022-01-17 23:08:48 +00:00
  • aad2b7940d Add basic descriptions and results Piotr Żelasko 2022-01-17 23:02:52 +00:00
  • 4426715bc8 Fix decode, remove unwanted files Piotr Żelasko 2022-01-17 22:37:45 +00:00
  • 2027b55233 Fixes Piotr Żelasko 2022-01-16 00:03:17 +00:00
  • 186f5f1ba4 fix Piotr Żelasko 2022-01-15 05:03:45 +00:00
  • 3582599a33 fix Piotr Żelasko 2022-01-15 02:05:27 +00:00
  • a7666d864c Missing steps in prepare.sh Piotr Żelasko 2022-01-15 01:27:31 +00:00
  • ccab93e8e2 Working datamodule Piotr Żelasko 2022-01-15 00:59:26 +00:00
  • 80b83a2a36 Initial commit for fisher english + swbd data prep Piotr Żelasko 2022-01-14 22:09:53 +00:00
  • ae667f4801 Will try to add a weight 0.01 before the exp operation Mingshuang Luo 2022-01-14 14:31:56 +08:00
  • 8f21e92b5f Minor fixes PingFeng Luo 2022-01-14 12:12:38 +08:00
  • 0928939e38 Merge branch 'master' of https://github.com/k2-fsa/icefall PingFeng Luo 2022-01-12 10:21:11 +08:00
  • 99274cbb8f Operation for feedforward+mha+conv1dabs+conv+macaron. Mingshuang Luo 2022-01-11 10:22:11 +08:00
  • 309461c185 Do some changes for modified attention. Mingshuang Luo 2022-01-10 14:36:24 +08:00
  • 273e5fb2f3
    Update git SHA1 for transducer_stateless model. (#174) Fangjun Kuang 2022-01-10 11:58:17 +08:00
  • 08c228bc37 Update git SHA1 for transducer_stateless model. Fangjun Kuang 2022-01-10 11:57:37 +08:00
  • 4c1b3665ee
    Use optimized_transducer to compute transducer loss. (#162) Fangjun Kuang 2022-01-10 11:54:58 +08:00
  • ced53d292e Fix sampling rate for yesno recipe. Fangjun Kuang 2022-01-10 11:40:55 +08:00
  • 2465139a92 Merge remote-tracking branch 'dan/master' into rnnt-ot Fangjun Kuang 2022-01-10 11:39:43 +08:00
  • 319e120869
    Update feature config (compatible with Lhotse PR #525) (#172) Piotr Żelasko 2022-01-09 22:39:28 -05:00
  • d5af2ba8ae Update CI. Fangjun Kuang 2022-01-10 11:07:41 +08:00
  • 3943925df5 Update RESULTS. Fangjun Kuang 2022-01-10 11:01:41 +08:00
  • 222ef85864 Merge remote-tracking branch 'dan/master' into rnnt-ot Fangjun Kuang 2022-01-10 10:59:51 +08:00
  • a604f46171 Add RESULTS. Fangjun Kuang 2022-01-10 10:55:58 +08:00
  • 2084dba2f5 Fix decoding. Fangjun Kuang 2022-01-08 19:10:49 +08:00
  • fa843181af Generate k2 graph. Fangjun Kuang 2022-01-08 06:59:23 +08:00
  • b9c65d41e0 black Piotr Żelasko 2022-01-07 13:30:57 -05:00
  • 66be659beb Update feature config (compatible with Lhotse PR #525) Piotr Żelasko 2022-01-07 13:27:31 -05:00
  • 5ff660c84d Minor fixes. Fangjun Kuang 2022-01-07 23:04:18 +08:00
  • ec9927c4bf Build LG graph. Fangjun Kuang 2022-01-07 22:13:16 +08:00
  • 725f6ddb9b Fix black style pkufool 2022-01-07 20:29:49 +08:00