ruiwang2021/mvd

Calculation of total batch size

Closed this issue · 1 comments

total_batch_size = args.batch_size * args.update_freq * utils.get_world_size()

Here should we multiply num_sample variable also in calculation of total batch size ?

No, multiplying the num_sample variable in the calculation of the total batch size is not necessary.