sethuiyer / Image-to-Image-Search

A reverse image search engine powered by elastic search and tensorflow
MIT License
320 stars 50 forks source link

Re-tranning model #10

Open 0-ali opened 5 years ago

0-ali commented 5 years ago

I was wondering if I can re-train flickr8k_cnn_lstm_v1.p model

sethuiyer commented 5 years ago

Yes, that's definitely in my plans. Make an interface where the user can submit an image and the caption and the model gets re-trained accordingly. That will increase the usability of this by miles.

The model retraining is totally possible.

Skyquek commented 4 years ago

What is the method to retrain the model? Where to get the training script?