Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

error, "einops.EinopsError: Expected 2 dimensions, got 3" in line "x = self.spatial2temporal(x)" #3

Open
wxde opened this issue Nov 23, 2022 · 1 comment

Comments

@wxde
Copy link

wxde commented Nov 23, 2022

VTN class , the code in model.py,
"x = self.spatial_transformer.forward_features(x)"
the shape of output x is [batchsize*f, 197, 768]
therefore, the x is 3 dimension.

x = self.spatial2temporal(x)
expect x shape is 2 dimension,

so the dimension doesn't coincident.

i don't know where is the error.

@Paulkie99
Copy link

I have the same problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants