Closed easoncat closed 4 years ago
Since our testing script needs to forward 25x10 images for TSN at a time, it may consume too much cuda memory. Once you get the 25x10 input for dataloader, you can split it to several pieces, forward each at a time, it needs much less memory.
Hi, kennymckormick! Thank you for your help, the problem is solved.
Hello, thanks for your great work! However, when I run the test code
python ./tools/test_recognizer.py ./configs/ucf101/tsn_rgb_bninception.py ./data_tools/ucf101/modelzoo/tsn_2d_rgb_bninception_seg3_f1s1_b32_g8-98160339.pth --gpus 1
, then I gotCould you help me solve the problem? Thank you very much!