摘要: import torch from torchvision import models import csv from sklearn.metrics import classification_report import cv2 as cv import os device = torch.dev 阅读全文
posted @ 2024-05-09 14:38 HanaKoo 阅读(15) 评论(0) 推荐(0) 编辑
摘要: import cv2 as cv from sklearn.model_selection import train_test_split import torch from torch.utils.data import DataLoader, TensorDataset from torchvi 阅读全文
posted @ 2024-05-09 14:37 HanaKoo 阅读(15) 评论(0) 推荐(0) 编辑
@format