{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":425209123,"defaultBranch":"main","name":"wekws","ownerLogin":"wenet-e2e","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-11-06T09:56:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/84374044?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1696664946.0","currentOid":""},"activityList":{"items":[{"before":"58859d580d6e47f2a6311d8f318a87ffb6cb052c","after":"059fd87a8fd151da8adf9f80c2d4e33052e57753","ref":"refs/heads/main","pushedAt":"2023-10-09T09:34:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mlxu995","name":"Menglong Xu","path":"/mlxu995","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32296227?s=80&v=4"},"commit":{"message":"[ctc]fix false rejection result from long time silence. (#149)\n\n* [ctc]fix false rejection result from long time silence.\r\n\r\n* fix list index out of range.\r\n\r\n---------\r\n\r\nCo-authored-by: dujing ","shortMessageHtmlLink":"[ctc]fix false rejection result from long time silence. (#149)"}},{"before":"6ae98ef1118dc090861a9e87793692021c30dc5a","after":"58859d580d6e47f2a6311d8f318a87ffb6cb052c","ref":"refs/heads/main","pushedAt":"2023-10-09T09:33:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mlxu995","name":"Menglong Xu","path":"/mlxu995","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32296227?s=80&v=4"},"commit":{"message":"[wekws] fix log (only one process print model) (#150)\n\nCo-authored-by: di.wu ","shortMessageHtmlLink":"[wekws] fix log (only one process print model) (#150)"}},{"before":null,"after":"d618951e87e2de814fa65b4544046fef0c4f9019","ref":"refs/heads/diwu-wekws","pushedAt":"2023-10-07T07:49:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whiteshirt0429","name":"Di Wu","path":"/whiteshirt0429","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24248462?s=80&v=4"},"commit":{"message":"[wekws] fix log (only one process print model)","shortMessageHtmlLink":"[wekws] fix log (only one process print model)"}},{"before":"2c3c9ce3835b70a33a9a72b0d323ba2d8ec04e4d","after":"6ae98ef1118dc090861a9e87793692021c30dc5a","ref":"refs/heads/main","pushedAt":"2023-09-10T01:02:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robin1001","name":"Binbin Zhang","path":"/robin1001","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6036624?s=80&v=4"},"commit":{"message":"[fix] Convert target to torch.int64 for cross_entropy (#141)\n\nOn my machine the original code threw an error \r\nRuntimeError: \"nll_loss_forward_reduce_cuda_kernel_2d_index\" not implemented for 'Int'\r\n\r\nI followed https://github.com/wenet-e2e/wekws#installation to setup the environment so I'm curious if this error has ever occured to other people.","shortMessageHtmlLink":"[fix] Convert target to torch.int64 for cross_entropy (#141)"}},{"before":"694928d706acde1f332ee636761028ab86b68882","after":"2c3c9ce3835b70a33a9a72b0d323ba2d8ec04e4d","ref":"refs/heads/main","pushedAt":"2023-09-10T01:01:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robin1001","name":"Binbin Zhang","path":"/robin1001","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6036624?s=80&v=4"},"commit":{"message":"[fix] Fix fsmn export error (#143) (#146)\n\n* fix: Fix fsmn export error (#143)\r\n\r\n* fix flake8\r\n\r\n* fix flake8","shortMessageHtmlLink":"[fix] Fix fsmn export error (#143) (#146)"}},{"before":"b233d46552298290f29eba1ba1a555ceb427cfcf","after":"694928d706acde1f332ee636761028ab86b68882","ref":"refs/heads/main","pushedAt":"2023-08-31T03:49:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mlxu995","name":"Menglong Xu","path":"/mlxu995","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32296227?s=80&v=4"},"commit":{"message":"fix: Android Demo detect invalid when the button is pressed again (#142)\n\n* fix: Android Demo detect invalid when the button is pressed again\r\n\r\n* fix: Android demo detect invalid when the button is pressed again\r\n\r\n---------\r\n\r\nCo-authored-by: chuhonglin ","shortMessageHtmlLink":"fix: Android Demo detect invalid when the button is pressed again (#142)"}},{"before":"85350c38a80063deca9d7057ad4b267c41c56716","after":"b233d46552298290f29eba1ba1a555ceb427cfcf","ref":"refs/heads/main","pushedAt":"2023-08-16T02:07:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robin1001","name":"Binbin Zhang","path":"/robin1001","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6036624?s=80&v=4"},"commit":{"message":"[ctc] KWS with CTCloss training and CTC prefix beam search detection. (#135)\n\n* add ctcloss training scripts.\r\n\r\n* update compute_det_ctc\r\n\r\n* fix typo.\r\n\r\n* add fsmn model, can use pretrained kws model from modelscope.\r\n\r\n* Add streaming detection of CTC model. Add CTC model onnx export. Add CTC model's result in README; For now CTC model runtime is not supported yet.\r\n\r\n* QA run.sh, maxpooling training scripts is compatible. Ready to PR.\r\n\r\n* Add a streaming kws demo, support fsmn online forward\r\n\r\n* fix typo.\r\n\r\n* Align Stream FSMN and Non-Stream FSMN, both in feature extraction and model forward.\r\n\r\n* fix repeat activation, add a interval restrict.\r\n\r\n* fix timestamp when subsampling!=1.\r\n\r\n* fix flake8, update training script and README, give pretrained ckpt.\r\n\r\n* fix quickcheck and flake8\r\n\r\n* Add realtime CTC-KWS demo in README.\r\n\r\n---------\r\n\r\nCo-authored-by: dujing ","shortMessageHtmlLink":"[ctc] KWS with CTCloss training and CTC prefix beam search detection. ("}},{"before":"2d6d829a19a2dc27a054b58ad7b6411fd5c2363d","after":null,"ref":"refs/heads/hongji-fix-flake8","pushedAt":"2023-03-13T02:25:33.384Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JiJiJiang","name":"Hongji Wang","path":"/JiJiJiang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23723621?s=80&v=4"}},{"before":"846524fc8ccf61ce3636794f7954c666ac5e2c0f","after":"85350c38a80063deca9d7057ad4b267c41c56716","ref":"refs/heads/main","pushedAt":"2023-03-11T05:10:09.160Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mlxu995","name":"Menglong Xu","path":"/mlxu995","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32296227?s=80&v=4"},"commit":{"message":"[lint] fix flake8 errors (#125)","shortMessageHtmlLink":"[lint] fix flake8 errors (#125)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADkom-cwA","startCursor":null,"endCursor":null}},"title":"Activity · wenet-e2e/wekws"}