yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch
BSD 2-Clause "Simplified" License
1.07k stars 308 forks source link

various batchsize problem #82

Open WilliamRong opened 5 years ago

WilliamRong commented 5 years ago

Hi,everyone. I used tsn-pytorch on my own dataset. I set batchsize 128 and my trainset has 2018 sequences. It should be 15 batches of 128 and a batch of 98. but what I get is strange,as follows: 8 batches of 126,7 batches of 129 and a batch of 99. why not 128?I'm confused.