Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search space of AutoFormer #148

Open
HamdiAbed opened this issue Jan 31, 2023 · 0 comments
Open

Search space of AutoFormer #148

HamdiAbed opened this issue Jan 31, 2023 · 0 comments

Comments

@HamdiAbed
Copy link

What is the correct way to change embedding sizes in Tiny or Small supernet? what is the criteria of selecting the embedding sizes. I got this error almost every time I try to set EMBED_DIM in the supernet-T.yaml

qkv = self.qkv(x).reshape([B, N, 3, self.sample_num_heads, -1]).permute(2, 0, 3, 1, 4)
RuntimeError: shape '[16, 32, 3, 3, -1]' is invalid for input of size 61440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant