李沐动手学深度学习9——多层感知机
摘要:
见代码: import torch from torch import nn import p4_practice def init_weights(m): if type(m) == nn.Linear: nn.init.normal_(m.weight, std=0.01) if __name_ 阅读全文
posted @ 2025-04-29 16:53 欢乐豆掠夺者 阅读(13) 评论(0) 推荐(0)
浙公网安备 33010602011771号