Skip to content

Galileo encoder is never called in forward #2

Description

@alecsandrei

Hi,

Thanks for releasing the benchmark!
In galileo_model.py, I think the Galileo encoder is never called in forward (affects both GalileoClassifier and GalileoSegmentation):

self.embed_layer = backbone.space_time_embed[self.embed_group_name]
...
# Forward through the embedding layer
tokens = self.embed_layer(x)

self.embed_layer is a FlexiPatchEmbed, which only has a projection layer, Encoder.forward is never called (so no pass through the attention blocks). I'm not sure if this was intended.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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