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

Stabilization Layer #15

Open
Marcelo5444 opened this issue Nov 30, 2023 · 2 comments
Open

Stabilization Layer #15

Marcelo5444 opened this issue Nov 30, 2023 · 2 comments

Comments

@Marcelo5444
Copy link

The stabilization layer were it can be found? is the here:

class CnnHead(nn.Module):

@YeolJ00
Copy link
Collaborator

YeolJ00 commented Nov 30, 2023

Yes. That is the stabilization layer.

@Marcelo5444
Copy link
Author

Hi, checking the stabilizing layer, in our paper diagram its that features forwarded across the Conv2d, keeep the same dimension however, when running the code I see that the:
nn.Conv2d(192, 512, kernel_size=3, stride=1, padding=1, padding_mode='reflect')

Could you explain that, please

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