yjxiong / tsn-pytorch

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

Test time increase linearly then crashed for RecursionError #113

Open tradysun opened 4 years ago

tradysun commented 4 years ago

I test several videos, but the predict time increase linearly, may increase from 200ms to 3s (even more). Then the test script crashed for RecursionError: maximum recursion depth exceeded. I this the reason is out of memory in net. Any suggestions?