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

how long does the model take to train? #17

Closed nsahotaq3 closed 6 years ago

nsahotaq3 commented 6 years ago

I'm new to deep learning.I'm running 1/50 epoch and it is already more than an hour. Can someone tell me how long will it take to complete?

anuragmishracse commented 6 years ago

It depends on whether you're using a GPU or a CPU. One a GPU, this might take 4-6 hours. I don't know about CPU but it would be minimum a day for 1 epoch.