摘要: import torch import torch.nn as nn import torch.optim as optim import numpy as np 1. 配置参数(初学者友好版) 设备配置:优先使用GPU,没有则用CPU device = torch.device('cuda' if 阅读全文
posted @ 2025-12-05 00:00 he0608 阅读(1) 评论(0) 推荐(0)