imsitu_model.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:verb-attributes 作者: uwnlp 项目源码 文件源码
def __call__(self, imgs):
        img_feats = self.resnet152(imgs)

        if not self.is_zeroshot:
            return img_feats

        att_res = self.att_linear(img_feats) if self.att_dim is not None else None
        embed_res = self.embed_linear(img_feats) if self.embed_dim is not None else None
        return ZSResult(att_res, embed_res)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号