zsdonghao / Image-Captioning

TensorFlow (TensorLayer) Implementation of Image Captioning
115 stars 55 forks source link

How can I send the (batch_size, 8, 8, 2048) tensor to lstm hidden layer? #6

Open ghost opened 5 years ago

ghost commented 5 years ago

I use the pre-trained inception v3 model to get the Mixed_7c feature maps. What should I do next?

How can I send the features to lstm hidden layer?

Thanks!