DeepRNN / image_captioning

Tensorflow implementation of "Show, Attend and Tell: Neural Image Caption Generation with Visual Attention"
MIT License
785 stars 354 forks source link

Is there a way to use ResNet? #46

Closed lambdaofgod closed 5 months ago

lambdaofgod commented 5 years ago

I was trying to run the model with ResNet as CNN. I've supplied model weights file in parameters, and also changed it in configuration. But in Tensorboard it still seems like the network still uses VGG.

Is there a way to actually use ResNet? If so, how?

cynthia0811 commented 5 years ago

Did you open the webpage of ResNet50 or VGG16?I cannot open the it. Can you share your method?

lambdaofgod commented 5 years ago

When I open the page that is linked in README there is a download button, and it allows you to download weights.