Skip to content

class MultiModal - updating in the for loop #3880

@razirezaei

Description

@razirezaei

Describe the bug
It looks like that in the 'class MultiModal(BertPreTrainedModel):' inside the 'forward' function in lines 240, 242, and 244, the variables are not getting updated. As the input argument, they receive the very initial input and not the output of the previous layer which is supposed to be the reason for using a 'for loop'.
Is that a bug, or is there something that I'm missing out on?

Metadata

Metadata

Assignees

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