1. 安装 thop 1.1 常规安装 pip install thop 1.2 若上述安装方式错误,可以参考以下方式: pip install thop-i http://pypi.douban.com/simple --trusted-host pypi.douban.com 参考:https://editor.youkuaiyun.com/md/?articleId=106466047 2. 使用thop计算参数量和计算量 ### 基本用法