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

Minor issue when scaling ContextNet #128

Closed
resurgo97 opened this issue Nov 29, 2021 · 1 comment · Fixed by #129
Closed

Minor issue when scaling ContextNet #128

resurgo97 opened this issue Nov 29, 2021 · 1 comment · Fixed by #129
Assignees
Labels

Comments

@resurgo97
Copy link

If you use contextnet and declare the size other than "medium", (ex. "small")
the dimension of the encoder is resized properly, (self.encoder)
but the linear layer is not rescaled which actually should be. (self.fc)

Users can easily find it and manually modify the code, but here is a minor bug in the codes.

@upskyy upskyy self-assigned this Nov 30, 2021
@upskyy
Copy link
Member

upskyy commented Nov 30, 2021

Wow! Thanks for letting me know. I'll fix it ! 😄

upskyy added a commit that referenced this issue Nov 30, 2021
@upskyy upskyy added the BUG Something isn't working label Nov 30, 2021
@upskyy upskyy mentioned this issue Nov 30, 2021
upskyy added a commit that referenced this issue Nov 30, 2021
@upskyy upskyy added DONE and removed BUG Something isn't working labels Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants