Closed yzheng97 closed 6 years ago
The length of my own data varies.
local aug_frame_shift = math.max(math.floor(sampling_itv/10),1)*frames_per_video/total_frame -- 10 is temporal aug factor, hard coded
It seems that the batch number must be set to a const number ?
Yes, for now, the batch_size is always 1, as indicated here
Thanks!
The length of my own data varies.
It seems that the batch number must be set to a const number ?