ValueError: Input 0 of layer dense_img is incompatible with the layer

前端 未结 0 1083
旧时难觅i
旧时难觅i 2021-01-02 05:36

I\'m trying to implement image captioning model. It takes image and text as an input.

my model

unit_size = 256
EncoderDense = Dense(unit_size, use_bias         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题