Automatic-Image-Captioning icon indicating copy to clipboard operation
Automatic-Image-Captioning copied to clipboard

Generating Captions for images using Deep Learning

Results 6 Automatic-Image-Captioning issues
Sort by recently updated
recently updated
newest added

It takes so much time to train the model. Can someone please provide me 'model.h5' file(pre-trained model)

There is an error in the **data_generator** function that, when trying to train the model, it will throw the following error: `could not broadcast input array from shape (168,2048) into...

code uses a direct method to change the learning rate of the model to 0.0001 which raises an error for reason unknown. A quick fix would be to use keras...

pickle is not imported. It causes error while trying to use pickle.dump function. A simple import pickle would suffice.

Can you please tell me what was the best loss value (on validation set) you were getting and after which epoch? Thanks in advance.

I have used same code and same dataset but getting very much less accuracy. Can you please help with issue.