JoyBeanRobber

导航

2025年5月9日 #

李沐动手学深度学习11——深度学习计算

摘要: 代码如下: import torch from torch import nn from torch.nn import functional as F # 自定义块 class MLP(nn.Module): def __init__(self): super().__init__() self. 阅读全文

posted @ 2025-05-09 17:53 欢乐豆掠夺者 阅读(18) 评论(0) 推荐(0)