Image-Captioning
Image-Captioning copied to clipboard
Update pretrained weights
I'd like to use this code in my project, however I'm getting an error when running eval_model.py:
ValueError: Input 0 of layer dense_1 is incompatible with the layer: expected axis -1 of input shape to have value 4096 but received input with shape [None, 1000]
I'm thinking that the structure of the network might have changed since 2018, which is when the pretrained weights are from. Could you possibly upload the latest version of the weights if you still have them lying around?
Thanks a bunch!
@albert-tomanek did you solve this?