摘要: 加了随机旋转的 data augmentation: train_tfm = transforms.Compose([ transforms.RandomRotation(degrees=(-30, 30)), # ... ]) 加了几层 depthwise and pointwise convol 阅读全文
posted @ 2025-06-19 19:35 383494 阅读(9) 评论(0) 推荐(0)