Closed leo-hao closed 2 years ago
在ContrastiveCrop(alpha=alpha, size=224, scale=(0.2, 1.0))里面没有设置ratio,请问这个参数怎么设置
We use the default ratio=(3/4, 4/3) of RandomResizedCrop. You can simply pass ratio=(a, b) to ContrastiveCrop().
在ContrastiveCrop(alpha=alpha, size=224, scale=(0.2, 1.0))里面没有设置ratio,请问这个参数怎么设置