yjxiong / tsn-pytorch

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

Issue in test_models.py #86

Open ghost opened 5 years ago

ghost commented 5 years ago

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