摘要: 博客地址:https://www.cnblogs.com/zylyehuo/ 参考 《动手学深度学习》第二版 import math import pandas as pd import torch from torch import nn from d2l import torch as d2l 阅读全文
posted @ 2025-07-31 15:34 zylyehuo 阅读(51) 评论(0) 推荐(0)
摘要: 博客地址:https://www.cnblogs.com/zylyehuo/ 参考 《动手学深度学习》第二版 代码总览 # 锚框 %matplotlib inline import torch from d2l import torch as d2l torch.set_printoptions(2 阅读全文
posted @ 2025-07-31 15:09 zylyehuo 阅读(30) 评论(0) 推荐(0)