【报错解决】ValueError: Invalid type <class ‘numpy.int32‘> for the flop count! Please use a wider type to
报错描述在使用fvcore模块计算pytorch中模型计算量时,遇到了以下报错问题:ValueError:Invalidtypefortheflopcount!Pleaseuseawidertypetoavoidoverflow.解决方案根据报错提示信息找到jit_analysis.py文件,打开,进行如下修改:ifnotisinstance(v,(int,float,np.float64,np.