摘要: import torch import matplotlib.pyplot as plt from sympy.physics.control.control_plots import matplotlib from d2l import torch as d2l # plt.figure(figs 阅读全文
posted @ 2024-08-27 18:00 不是孩子了 阅读(17) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/2506674/202408/2506674-20240827160150227-473052279.png) 阅读全文
posted @ 2024-08-27 16:02 不是孩子了 阅读(5) 评论(0) 推荐(0)
摘要: 随即水平翻转:torchvision.transforms.RandomHorizontalFlip() 上下随机翻转:torchvision.transforms.RandomVerticalFlip()) 随机剪裁,剪裁后的大小为(200,200),(0.1,1)使得随即剪裁原始图片的10%到1 阅读全文
posted @ 2024-08-27 14:38 不是孩子了 阅读(22) 评论(0) 推荐(0)