if y == 0 cnn_tpr0 += 1 if y == 1 cnn_tpr1 += 1 if y == 2 cnn_tpr2 += 1 if y == 3 cnn_tpr3 += 1缩写上面代码
上面代码的缩写为:
cnn_tpr[y] += 1
原文地址: http://www.cveoy.top/t/topic/iXwU 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
上面代码的缩写为:
cnn_tpr[y] += 1
原文地址: http://www.cveoy.top/t/topic/iXwU 著作权归作者所有。请勿转载和采集!