摘要: 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-04 10:19 HeDesongfuqin 阅读(2) 评论(0) 推荐(0)