A.3 音声/ジェスチャー環境 — Syntiant v1.15.0
v1.15.0にはmacOS用のinstall.shが存在しません。環境を手動で作成し、v1.29.0以降のinstall.shに置き換えてください。
conda create -n <env_name> python=3.10
conda activate <env_name>
# Copy install.sh from v1.29.0 into the v1.15.0 directory, then:
cd /path/to/syntiant-ndp-model-converter
chmod +x install.sh
./install.sh --all
重要
置き換えるのはv1.29.0のinstall.shのみとしてください。v1.29.0の他のファイルをv1.15.0のディレクトリに混在させないでください。