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

Model mismatch at inference time #61

Open
lilkeker opened this issue Nov 24, 2022 · 1 comment
Open

Model mismatch at inference time #61

lilkeker opened this issue Nov 24, 2022 · 1 comment

Comments

@lilkeker
Copy link

lilkeker commented Nov 24, 2022

Hello, when I use my own depth map and rgb (h, w is 900x1600) for inference, I put the "--convolutional-layer-" The encoding" parameter is changed to std, there is a problem that the model does not match the weight in the backbone part when loading the weight. but I see that when you are training, the "--convolutional-layer-encoding" parameter defaults to xyz, so should I train a model with the "--convolutional-layer-encoding" is "std" from scratch? Besides, I wonder if changing this parameter will affect the final performance of the model?

@JUGGHM
Copy link
Owner

JUGGHM commented Apr 10, 2023

A changed positional encoding setting (i.e. from xyz to std) will change the shape of parameter weights.

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