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

I got error while runnning train_model.py #40

Open aishu786 opened 4 years ago

aishu786 commented 4 years ago

File "train_model.py", line 26, in train_model(epochs=50) File "train_model.py", line 7, in train_model cg = caption_generator.CaptionGenerator() AttributeError: module 'caption_generator' has no attribute 'CaptionGenerator'