Implementation of TC-Resnet
TC-Resnet is speech deep neural network for KWS task (Hyperconnect)
Original repository is tensorflow version code
So, This repository gives you pytorch version code
pytorch == 1.8.0
torchaudio == 0.8.0
or
pytorch == 1.9.0
torchaudio == 0.9.0
tqdm
einops
numba == 0.48
librosa == 0.7.2
bash conda_install.sh
conda create -n tc-resnet python=3.8
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge
pip install numba==0.48
pip install librosa==0.7.2
pip install tqdm
pip intsall einops
conda env create -f pakages.yml
bash download.sh
python model_train.py