You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your contribution!
But I have a question that during training, the total number of iteration of every epoch is :n_iters_per_epoch = int(np.ceil(float(n_examples)/self.batch_size))
since there are about 5 captions per image, so why not set the number of captions (which is about 400k) as Divisor, instead of n_examples?
The text was updated successfully, but these errors were encountered:
Thanks for your contribution!
But I have a question that during training, the total number of iteration of every epoch is :n_iters_per_epoch = int(np.ceil(float(n_examples)/self.batch_size))
since there are about 5 captions per image, so why not set the number of captions (which is about 400k) as Divisor, instead of n_examples?
The text was updated successfully, but these errors were encountered: