Tangsan
Tangsan
feature/madarian文件夹下,只有针对数字&字符互相转换的处理,并没有涉及到语音音频的处理。 请问是否有缺失
can you provide real_data.txt format and generator_sample.txt format? thank you!
i didnt find data_origin.pkl and other data sample; can you give a data sample,then we can make our train data and test data
lookup push1-v2.kucoin.com on 139.162.14.5:53: no such host
line = input("请输入测试句子:") print line result = model.evaluate_line(sess, input_from_line(line, char_to_id), id_to_tag) 请问对 输入的测试句子 有什么格式要求? 输入中文:北京天安门 报错 输入数字:3232132312 报错
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
10分钟的音频 依然没有时间戳 模型;whisper-large-v3 ## ❓ Questions and Help from funasr import AutoModel model = AutoModel( model="iic/Whisper-large-v3", vad_model="iic/speech_fsmn_vad_zh-cn-16k-common-pytorch", vad_kwargs={"max_single_segment_time": 30000}, ) DecodingOptions = { "task": "transcribe", "language": None, "without_timestamps": False, }...