chenxuluo / GST-video

ICCV 19 Grouped Spatial-Temporal Aggretation for Efficient Action Recognition
MIT License
43 stars 11 forks source link

Where is the test_models.py ??? #3

Open Amazingren opened 4 years ago

Amazingren commented 4 years ago

Where is the test_models.py ???

chenxuluo commented 4 years ago

you can just use the validate function: https://github.com/chenxuluo/GST-video/blob/47d39fc33ce07c74ba732d02d88d8587af8ebb6c/main.py#L214

Amazingren commented 4 years ago

you can just use the validate function [(https://github.com/chenxuluo/GST-video/blob/47d39fc33ce07c74ba732d02d88d8587af8ebb6c/main.py#L214)]

Well thx lot! I would like to have a try

slighting666 commented 4 years ago

@Amazingren Have you solved this problem? I follow GST.py for modeling, but RuntimeError: The size of tensor a (28) must match the size of tensor b (14) at non-singleton dimension 4. can you help me? Thank you