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

Miss SyncBatchNorm in Pixel Propagation Module #11

Open
Yingdong-Hu opened this issue May 22, 2021 · 0 comments
Open

Miss SyncBatchNorm in Pixel Propagation Module #11

Yingdong-Hu opened this issue May 22, 2021 · 0 comments

Comments

@Yingdong-Hu
Copy link

self.value_transform = MLP2d(in_dim=256, inner_dim=256, out_dim=256)

If I set pixpro_transform_layer=2, it will use Batchnorm between 2 linear layers, but it seems that you didn't convert this batchnorm to SyncBatchNorm.

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