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
then train on this is not work, it mistake the "decoder_input" or "decoder_output" as the "transfer_values_input" for the model, even with right parameters name in the model.
Hi @danica-zhu,
Thanks for reporting this. It seems like your batch_generator is yielding a tuple of dictionaries, which is being incorrectly interpreted by model.fit. Could you please share the standalone code along with the error message you're receiving to reproduce the issue? Thanks!
tf.version: '2.17.0'
tf.keras.version: '3.5.0'
for a image caption model, one input is vector representation of images, another is caption of encoder.
then train on this is not work, it mistake the "decoder_input" or "decoder_output" as the "transfer_values_input" for the model, even with right parameters name in the model.
only explicitly specify
x
andy
will work.The text was updated successfully, but these errors were encountered: