jcjohnson / densecap

Dense image captioning in Torch
MIT License
1.58k stars 432 forks source link

How do I determine the value of max_iters? #98

Open doiken23 opened 3 years ago

doiken23 commented 3 years ago

I am currently trying to train a densecap model from scratch. I want to train it under the same conditions as in the paper, but I can't find the number of training iterations in the paper or in this repository. Can anyone help me?