anuragmishracse / caption_generator

A modular library built on top of Keras and TensorFlow to generate a caption in natural language for any input image.
MIT License
265 stars 120 forks source link

Missing InceptionV3 #13

Closed crowoy closed 6 years ago

crowoy commented 6 years ago

The prepare_dataset.py has finished. I am trying to run the train_model.py however, it is giving me the following error:

ImportError: No module named inception_v3

I thought that the inception_v3 module was included in Tensorflow?

anuragmishracse commented 6 years ago

I understand. When I was implementing it, \keras didn't have these modules included in the package and provided it as standalone scripts.

Could you fix the import statements and send a pull request? FYI, you'll find these models in keras.applications.

MikhailovSergei commented 6 years ago

Hi, take from here https://github.com/fchollet/keras/tree/master/keras/applications

crowoy commented 6 years ago

Done

anuragmishracse commented 6 years ago

Thanks! I hope you were able to make it work.

MikhailovSergei commented 6 years ago

Where we can take the prepare data set file for mscoco