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

AttributeError: 'module' object has no attribute 'CaptionGenerator' #30

Open jubayer-hasan opened 6 years ago

jubayer-hasan commented 6 years ago

Hi, after running prepare_dataset.py I tried to ran train_dataset.py. But it gives this error message. ``File "train_model.py", line 25, in train_model(epochs=50) File "train_model.py", line 6, in train_model cg = caption_generator.CaptionGenerator() AttributeError: 'module' object has no attribute 'CaptionGenerator'