Closed xsacha closed 4 years ago
I tested RandErasing augmentation is ok, and have fixed RandAugment bugs.
Thanks, I'll try RandAugment again :)
Not sure if my PyTorch version is an issue: I'm on 1.5. Edit: I'm still getting the same error.
My pytorch version is 1.1.0 and torchvision is 0.3.0, you can try it.
Yeah the version is the difference. For 1.5.0 I can use the inbuilt (to torchvision) augmentations, which helps.
I tried to use RandAugment as well as the RandErasing augmentation but whenever I start the training I get the error: "EOFError: Ran out of input"
Full output follows: