
SpeechBrain is an open-source and all-in-one conversational AI toolkit based on PyTorch.
相关教程
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(三)