Jinghua Zhao

Results 3 issues of Jinghua Zhao

hey, i download all your website dataset:DESED dataset, Weakly labeled data: 44.1kHz, multi-channel, Strongly labeled REAL data: 44.1kHz, multi-channel, Development data: 16kHz, multi-channel, Extra strongly-labeled data. But i dont't know...

1.i use [7b_tiva_v0](https://huggingface.co/ChocoWu/nextgpt_7b_tiva_v0) 2.chage NExT-GPT-Lagacy/code/config/stage_3.yaml: ``` freeze_lm: true freeze_input_proj: true freeze_output_proj: true ``` 3.change NExT-GPT-Lagacy/code/config/__init__.py: `stage_configuration = load_model_config(args['stage'], args['model'])` i can run demo_app.py now, i want nextgpt to analysis audio,...

I'm currently training this set of code on a Chinese dataset. The upstream part I'm using is the fusion_feats of avhubert, and the downstream part is av_asr. I've compiled the...