You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
I wonder if there's a specific reason for having an activation function before the linear projection in AdaLN. Would it be better to have particular activations after the linear projection in addition to that? E.g., sigmoid for the gate, positive for scale, identity for shift.
I wonder if there's a specific reason for having an activation function before the linear projection in AdaLN. Would it be better to have particular activations after the linear projection in addition to that? E.g., sigmoid for the gate, positive for scale, identity for shift.