π The doc issue
The doc of AugMix() explains all_ops parameter as shown below but it's not clear enough:
Parameters:
...
- all_ops (bool, optional) β Use all operations (including brightness, contrast, color and sharpness). Default is True.
Suggest a potential alternative/fix
So it should be something like below:
Parameters:
...
- all_ops (bool, optional) β If
True, all operations are used while if False, all operations excluding brightness, contrast, color and sharpness are used. Default is True.