Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 403 Bytes

tools.md

File metadata and controls

22 lines (14 loc) · 403 Bytes

简体中文 | English

Tools

This page includes the usage of some useful tools in PaddleVideo.

Params

To get the params of a model.

python3.7 tools/summary.py -c configs/recognization/tsm/tsm.yaml

FLOPS

to print FLOPs.

python3.7 tools/summary.py -c configs/recognization/tsm/tsm.yaml --FLOPs

Test the export model coming soon