DESAKEY
DESAKEY
### Search before asking - [x] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Windows ### Python version information >=3.11 ### DB-GPT version...
有没有大佬试过的,Linux系统上能运行吗
用命令python -m scripts.inference --inference_config configs/inference/test.yaml 训练模型的时候出现这个错误,说是什么损坏了
豆包TTS报错
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf0 in position 1: invalid continuation byte
https://www.compshare.cn/images/4458094e-a43d-45fe-9b57-de79253befe4 看了下好像只有发送文字播报的功能?
数字人摄像头识别物体解析人物动作的功能,应该挺有意思的
cd ultralight python genavatar.py --dataset data_dir/ --checkpoint xxx.pth #data_dir为训练时数据处理后的文件夹 运行后将results/avatars下文件拷到本项目的data/avatars下 看了下好像genavatar.py里只有hubert的,能成功跑通,但在无GPU的机器上FPS只有2-5帧...根本没法看 原作者说wenet是能支持移动端运行,我试了下将genavatar.py里的hubert改成wenet运行就报错了,要改什么配置代码吗