我试图打印训练结果,但是无法总结测试精度。
q=(['0.50000', '0.56250', '0.50000', '0.50000']) sum(q) TypeError: unsupported operand type(s) for +: 'int' and 'str'
python sum
python ×1
sum ×1