TRN-pytorch
TRN-pytorch copied to clipboard
Fix a typo in transforms.py
In GroupMultiScaleCrop, the scales should be [1, .875, .75, .66] instead of [1, 875, .75, .66] (Notice the term 875)