git clone https://github.com/wenet-e2e/wekws.git Install Conda: please see https://docs.conda.io/en/latest/miniconda.html Create Conda env: conda create -n wekws python=3.8 conda activate wekws pip install -r requirements.txt conda install pytorch=1.10.0 torchaudio=0.10.0 cudatoolkit=11....
gitclonehttps://github.com/wenet-e2e/wekws.git Install Conda: please seehttps://docs.conda.io/en/latest/miniconda.html Create Conda env: conda create -n wekws python=3.8 conda activate wekws pip install -r requirements.txt conda install pytorch=1.10.0 torchaudio=0.10.0 cudatoolkit=11.1 -...
git clone https://github.com/wenet-e2e/wekws.git conda create -n wekws python=3.8 conda activate wekws pip install -r requirements.txt conda install pytorch=1.10.0 torchaudio=0.10.0 cudatoolkit=11.1 -c pytorch -c conda-forge >> cat /etc/issueUbuntu 18.04.6 LTS \n \l >> nvcc -V...
迷途小书僮:[代码学习]基于WeNet的关键词识别WeKws - WeNet keyword spotting-3-其他模型构造 https://github.com/Xianchao-Wu/wekws 是2022年5月31号fork的。 目标还是逐行基于脑图来学习分析代码。 走你~~ 【如果截图图片不清晰,可以刷新一下!】 本次主要是想把剩下的几个配置文件,以及对应的模型,给搞一下...
https://github.com/Xianchao-Wu/wekws 是2022年5月31号fork的。 目标还是逐行基于脑图来学习分析代码。 走你~~ 简介 WeKws = wenet + keyword spotting 生产优先和生产就绪的端到端“关键字发现”(关键词识别,唤醒词识别)工具包。 该工具包的目标是... ...
NotificationsYou must be signed in to change notification settings Fork119 Star508 WeKws Roadmap 2.0#121 New issue Open Description robin1001 Activity Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment...
JiJiJiang committed Mar 11, 2023 Verified 1 parent 846524f commit 85350c3 Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 .flake8 Original file line numberDiff line numberDiff line change @@ -9,7 ...
// https://github.com/kaldi-asr/kaldi/blob/master/src/feat/feature-fbank.cc class Fbank { public: Fbank(int num_bins, int sample_rate, int frame_length, int frame_shift) : num_bins_(num_bins), sample_rate_(sample_rate), frame_length_(frame_length), frame_shift_(frame_shift), use...
github.com/Xianchao-Wu/ 是2022年5月31号fork的。 目标还是逐行基于脑图来学习分析代码。 走你~~ 【如果截图图片不清晰,可以刷新一下!】 按照epoch循环 四大步了,训练,cv,保存checkpoint,调整学习率 准备进入每个batch train的内部 一个batch的处理: 七大步,搞定一个batch的训练 这七步分别是: batch拿到; 调用...
21 changes: 21 additions & 0 deletions 21 docs/Makefile Original file line numberDiff line numberDiff line change @@ -0,0 +1,21 @@ # Minimal makefile for Sphinx documentation # # You can set these variables from the command line, and also # from the environment for the first two....