yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ZealACMer opened this issue · comments

commented

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

parser.add_argument('-b', '--batch-size', default=256, type=int,

check this. so you are right.

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