Open ghost opened 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
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