摘要: import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim from torchvision import datasets, transforms import mat 阅读全文
posted @ 2025-12-25 18:59 林leo 阅读(1) 评论(0) 推荐(0)
摘要: import torch import torch.nn as nn import torch.optim as optim from torch.utils.data import Dataset, DataLoader import torchvision.transforms as trans 阅读全文
posted @ 2025-12-25 18:58 林leo 阅读(5) 评论(0) 推荐(0)
摘要: PyTorch学习报告 近期,我观看了B站2025最新版《Transformer最强动画讲解》教程,这部视频以“理论可视化+PyTorch代码实战化”的双轨模式,将Transformer架构的复杂原理拆解得通俗易懂,不仅让我对这一深度学习里程碑式的模型建立了系统性认知,更深入掌握了PyTorch框架 阅读全文
posted @ 2025-12-25 18:54 林leo 阅读(4) 评论(0) 推荐(0)