modelscope / FunASR

A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.
https://www.funasr.com
Other
6.49k stars 688 forks source link

2024.01.19 微调代码出现问题 #1273

Closed xyx361100238 closed 6 months ago

xyx361100238 commented 9 months ago

🐛 Bug

To Reproduce

Steps to reproduce the behavior (always include the command you ran):

  1. Run cmd 'finetune.sh'
  2. See error 1705651785730

Code sample

python3 funasr/bin/train.py \ +model="../modelscope_models/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch" \ +model_revision="v2.0.2" \ +train_data_set_list="data/list/audio_datasets.jsonl" \ +valid_data_set_list="data/list/audio_datasets.jsonl" \ ++dataset_conf.batch_size=6000 \ ++dataset_conf.num_workers=4 \ ++train_conf.nax_epoch=5 \ +output_dir="outputs" \ +device="cuda"

Expected behavior

Environment

Additional context

xyx361100238 commented 9 months ago

这个是曾经的训练过程: image

xyx361100238 commented 8 months ago

问题依然存在 ,请帮忙查看下

pengpengzi commented 8 months ago

问题依然存在 ,请帮忙查看下 " 图片 " 我也遇到了同样的问题,请问解决了吗

xyx361100238 commented 8 months ago

没有呢 社区里面也没有反馈

xyx361100238 commented 8 months ago

@LauraGPT