MapleZero

Results 6 issues of MapleZero

python试过3.8.10和3.9.7,使用pip install -r .\requirements.txt时报错如下: ERROR: Cannot install numpy==1.20.0 and spleeter==2.3.0 because these package versions have conflicting dependencies. The conflict is caused by: The user requested numpy==1.20.0 spleeter 2.3.0 depends on...

bug

##### 版本号: 1.4.32 SpringBoot 2.7 ##### 问题描述: 每次查询时后台都会刷几百行日志,很快日志文件就几个G了 ##### 错误日志&截图: ![image](https://user-images.githubusercontent.com/37442303/183284950-0cf7a0f6-9484-4315-af16-ad428bb6cab8.png) 请问如何配置来关闭后台日志打印?或者修改为debug才输出这些日志?

按照教程一步步走,语言写的English,内容没放视频而是抽取了整个音轨导入,执行生成时内存爆了…… 加载模型 Loading model... --------------------------------------------------------------------------- OutOfMemoryError Traceback (most recent call last) [](https://localhost:8080/#) in 46 torch.cuda.empty_cache() 47 print('加载模型 Loading model...') ---> 48 model = whisper.load_model(model_size) 49 50 #Transcribe 8 frames [/usr/local/lib/python3.9/dist-packages/torch/nn/modules/module.py](https://localhost:8080/#)...

(github怎么按了回车键直接就发出去了……我还没编辑完) 跑了个联动回,语音转文字后还需要逐行去标注说话人 然后翻到了一个声纹识别的包: https://github.com/pyannote/pyannote-audio 应用项目: https://github.com/yinruiqing/pyannote-whisper https://github.com/lablab-ai/Whisper-transcription_and_diarization-speaker-identification- https://github.com/JimLiu/whisper-podcast-subtitles 想问问考不考虑把这个集成进去OTZ 在多人联动的活动中应该能起到大作用……

用Google Colab主要是想借用GPU性能……AI翻译的部分是调用远程API,基本用不上GPU算力? 能不能把上一个部分添加一个导出srt的选项,然后在自己本地跑最后一块AI翻译? 免费的API实在是太慢了,挂Google Colab的话等着等着就超时掉线了OTZ

项目比较大,有时候里面会有一百多个topic和消费组,肉眼挨个看过去要花好几分钟才能找到OTZ