-
Notifications
You must be signed in to change notification settings - Fork 108
to_rgb branch has only 1 learnable kernel #45
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
Comments
gigagan-pytorch/gigagan_pytorch/gigagan_pytorch.py Lines 896 to 897 in 9a364dd
0 here
i may move all that modulations into the adaptive conv2d mod at some point its too confusing the way i have it currently |
this doesnt fix the issue i'm talking about: |
but you still compute kernel weights for rgb branch style_embed_split_dims.extend([ |
@inspirit 🤦♂️ yes you are right |
but i agree that this path looks super convoluted :) i would rather move mod+kernel_mod projection inside AdaptiveConv2DMod |
@inspirit yes i'll get around to it 😅 |
to_rgb Conv has only 1 learnable kernel but we add more here:
https://github.com/lucidrains/gigagan-pytorch/blob/9a364dd33cf0ff053ea01041e02bc41949e53609/gigagan_pytorch/gigagan_pytorch.py#L995C20-L995C20
The text was updated successfully, but these errors were encountered: