Closed 18805459971 closed 1 month ago
作者你好,发现图像分类任务中models里没有QMF模型的代码
if self.args.df: txt_img_out = (txt_out txt_conf.detach() + img_out img_conf.detach()) 这句话是否就是决定是否是QMF还是late_fusion模型的关键啊
是的,这里通过对模型预测进行加权求和实现动态融合
作者你好,发现图像分类任务中models里没有QMF模型的代码