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
Currently TransformerDecoder must have both encoder_inputs and decoder_inputs, while for models like GPT2, only decoder_inputs is required. We should make a change to mark encoder_inputs as optional.