输出预测错误的图片 def print_mislabeled_images(classes, X, y, p): """ Plots images where predictions and truth were different. X -- dataset y -- true labels p -- predictions """ a = p + y mislabe... DL 2024-09-15 151 点赞 2 评论 228 浏览