yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in test_models.py

opened this issue · comments

In test_models.py line 129,
output.append(rst[1:])
why [1:] indices are used? that may miss the first element in output.
for example, if the size of output is (25,1,101) only 24 elements is used to calculate the acc