Skip to content

Is Text/Image Encoder frozen? #6

@icedpanda

Description

@icedpanda

Thanks for sharing the source code.

I have a few questions regards to the input embeddings.

From your code, all text and images are pre-encoded using Bert and Resent. Therefore, I assume both models here are not trainable, and you only use these embeddings as inputs for your cross-modality model. (Please correct me if it’s wrong).

  • Could you please kindly advise how did you plot the attention map in section 4.6 since all inputs are embeddings, not actual text or images?
  • Have you experimented with unfrozen BERT and Resnet and do end-to-end training?

thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions