LayerUtility: Load VQA Model

节点功能:加载VQA模型。

输出参数

参数名称说明
vqa_model返回结构为 [processor, model, device, precision, model_name]。

控件参数

参数名称说明
model要加载的 VQA 模型名称,从 vqa_model_repos 中列出可用模型。
precision模型加载精度,可选值:fp16, fp32。
device运行设备,可选值:cuda, cpu。