yjxiong / tsn-pytorch

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

If I set the batchsize to 16, which parameters should I change accordingly, thank you very much. #96

Open ZealACMer opened 5 years ago

ZealACMer commented 5 years ago

image If I set the batchsize to 16, which parameters should I change accordingly, thank you very much.

iuhiyuh commented 5 years ago

https://github.com/yjxiong/tsn-pytorch/blob/2f0468e049760530b4995bf72c8a512623929c39/opts.py#L23 check this. so you are right.

YuLengChuanJiang commented 4 years ago

@ZealACMer @iuhiyuh hello,i want to run main.py. But I don't know how it loads the frames which were extracted before. The is referred to trainlist01.txt path, is that true? Thanks for any help!