Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

canonrock16/snn-voice-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snn-voice-recognition

pip install -r requirements.txt  -f https://download.pytorch.org/whl/torch_stable.html
jupyter lab --ip=0.0.0.0 --allow-root --NotebookApp.token='' --NotebookApp.password=''

vpcc

ssh __vpcc
qsub -I -q GPU-S
module load singularity
singularity exec --nv tensorflow-notebook.sif /bin/bash
jupyter lab

bash コマンドを使いたい場合、以下コマンドをセルで実行する。 terminal は!ls は何故かエラーになる

%%bash
ls

kaldi のインストール

  1. ln -fs /usr/bin/python2.7を kaldi/tools/extras/env.sh に追記

  2. kaldi/tools/にて必要なものをビルド

    # 使える論理CPUコアの数を確認
    fgrep 'processor' /proc/cpuinfo | wc -l
    # 12コア使ってmake それでも結構時間かかる
    make -j 12
  3. kaldi/src/にて必要なものをビルド

    ./configure --shared
    make depend -j 12

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors