yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test time increase linearly then crashed for RecursionError

tradysun opened this issue · comments

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?