摘要: 运行下面的代码,分析结果,不做解释。 python import numpy as np def func(img, label): print('label[0]:', label[:,:,0]) if (1): img = img / 255. label = label[:, :, :, 0] 阅读全文
posted @ 2019-06-01 18:27 AR0X1V 阅读(1523) 评论(0) 推荐(0)