为了账号安全,请及时绑定邮箱和手机立即绑定

不支持的列表 TypeError:/ 不支持的操作数类型:'list' 和 'float'

不支持的列表 TypeError:/ 不支持的操作数类型:'list' 和 'float'

凤凰求蛊 2023-06-20 13:23:13
我有以下代码,def latency(i):   layer_macc = profile(model)   #new_list=[float(i) for i in layer_macc]   macc_layer=layer_macc[i]   return macc_layer/(3.84*pow(10,11))当我尝试运行代码时出现以下错误TypeError: unsupported operand type(s) for /: 'list' and 'float'. 我试图将列表转换为浮点数,但仍然无法正常工作。
查看完整描述

1 回答

?
蝴蝶刀刀

TA贡献1801条经验 获得超8个赞

替换最后两行:


x=3.8*pow(10,11)

return [f/x for f in macc_layer]


查看完整回答
反对 回复 2023-06-20
  • 1 回答
  • 0 关注
  • 125 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信