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
The caption embedder during training randomly drops some captions here to enable classifier free guidance. Shouldn't the mask be updated in such a case so that all tokens (from the y_embedder.y_embedding) at attended at?
Same should hold during inference, where instead of repeating the mask as done here, a mask of all 1's should be interleaved.
The current implementation is though consistent between training and inference.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The caption embedder during training randomly drops some captions here to enable classifier free guidance. Shouldn't the mask be updated in such a case so that all tokens (from the
y_embedder.y_embedding
) at attended at?Same should hold during inference, where instead of repeating the mask as done here, a mask of all 1's should be interleaved.
The current implementation is though consistent between training and inference.
Beta Was this translation helpful? Give feedback.
All reactions