在这里插入图片描述



关于 speechbrain

SpeechBrain is an open-source and all-in-one conversational AI toolkit based on PyTorch.


相关教程



安装

方式一:pip

pip install speechbrain

方式二:源码编译

git clone https://github.com/speechbrain/speechbrain.git
cd speechbrain
pip install -r requirements.txt
pip install --editable .

测试

pytest tests
pytest --doctest-modules speechbrain

运行实验

cd recipes/<dataset>/<task>/
python experiment.py params.yaml

结果将会以yaml文件形式被保存在 output_folder

这个文件夹在 experimen.py中使用sb.core.create_experiment_directory()被创建。

详细的日志和实验结果都将被保存在这里,对了,会有少量冗长的日志会输出到屏幕上。


有机会再更新

伊织 2022-09-21(三)

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐