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=''ssh __vpcc
qsub -I -q GPU-S
module load singularity
singularity exec --nv tensorflow-notebook.sif /bin/bash
jupyter labbash コマンドを使いたい場合、以下コマンドをセルで実行する。 terminal は!ls は何故かエラーになる
%%bash
ls-
ln -fs /usr/bin/python2.7を kaldi/tools/extras/env.sh に追記 -
kaldi/tools/にて必要なものをビルド# 使える論理CPUコアの数を確認 fgrep 'processor' /proc/cpuinfo | wc -l # 12コア使ってmake それでも結構時間かかる make -j 12
-
kaldi/src/にて必要なものをビルド./configure --shared make depend -j 12