VITA
VITA copied to clipboard
torch.Size([152064, 3584]) 不匹配 torch.Size([152064, 4096])问题
执行完 Demo和 Basic Demo之间的命令之后,执行 python -m web_demo.web_ability_demo demo_VITA_ckpt/ 启动,报了一个size不匹配的错,
然后我去修改 demo_VITA_ckpt/origin_config.json 文件里的 audio_config.intermediate_size, 把 3584改成了4096,但是不生效,依旧报如下错误:
Traceback (most recent call last):
File "/data/miniconda3/envs/vita_demo/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/data/miniconda3/envs/vita_demo/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/data/VITA/web_demo/web_ability_demo.py", line 520, in
抱歉,我觉得这个问题不难,但是我找不着关键点
Please check if the package versions are correct, ensure all instructions in readme are correctly excuted. Here are some common issues others have faced that you can refer to: #56 #64 #92