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

亲爱的教授您好:我在下载pccn_bv权重时出现了维度不匹配问题 #3

Open
wangshuangxing opened this issue Jan 8, 2025 · 1 comment

Comments

@wangshuangxing
Copy link

数据的坐标,我在您的代码中看到空间坐标是三维的,但是角度分量维度为2,但是下载的权重是3,我该如何操作?

@m-lyon
Copy link
Owner

m-lyon commented Jan 8, 2025

This should be fine, the dimensionality of the weights of the hypernetwork do not depend on the dimensionality of the data. Typically, neural network weights only store the input and output channels, and are expanded out to match the shape input shape dimensionality at runtime.

Let me know if you have any issues.

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

2 participants