Skip to content

[bug] z.shape Q.shape is not same in graphlayer #5

@wdp-007

Description

@wdp-007

image
in the code above:
z shape is (self.batch, self.d , self.htself.wdth , self.no_of_vert)
while Q shape is (self.batch, self.ht
self.wdth, self.d , self.no_of_vert)
When the code is executed to z = torch.mul(z,Q), an error will be reported

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions