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

Error with the ddd model #7

Open
wangmiaowei opened this issue Apr 15, 2022 · 0 comments
Open

Error with the ddd model #7

wangmiaowei opened this issue Apr 15, 2022 · 0 comments

Comments

@wangmiaowei
Copy link

Thanks for your code and weight.
When I want to use your ddd weight, bad thing occurs:
hape torch.Size([16, 32, 3, 3]) from checkpoint, the shape in current model is torch.Size([32, 64, 3, 3]).
size mismatch for decoder_conv_id_1.0.weight: copying a param with shape torch.Size([16, 32, 1, 1]) from checkpoint, the shape in current model is torch.Size([32, 64, 1, 1]).
size mismatch for decoder_deconv1_2.conv.weight: copying a param with shape torch.Size([8, 16, 3, 3]) from checkpoint, the shape in current model is torch.Size([16, 32, 3, 3]).
size mismatch for decoder_deconv1_1.conv.weight: copying a param with shape torch.Size([1, 8, 3, 3]) from checkpoint, the shape in current model is torch.Size([1, 16, 3, 3]).
Is there any wrong with my operation? Or Do you have provided the code for ddd weight now?
And another thing, I use the ddd_ae model, and it works. However, the ply file resulted seems upgly?
企业微信截图_1650023863743

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