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

lattice_point and walkthrough doesn't work except z_dim=2 #1

Open
shun60s opened this issue Nov 20, 2023 · 0 comments
Open

lattice_point and walkthrough doesn't work except z_dim=2 #1

shun60s opened this issue Nov 20, 2023 · 0 comments

Comments

@shun60s
Copy link

shun60s commented Nov 20, 2023

It seems that lattice_point and walkthrough just works when z_dim=2.
For example, z_dim=10, following error rises.

python3\lib\site-packages\torch\nn\functional.py", line 1692, in linear
output = input.matmul(weight.t())
RuntimeError: mat1 and mat2 shapes cannot be multiplied (625x2 and 10x200)

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