You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
π The doc issue
The doc of
AugMix()
explainsall_ops
parameter as shown below but it's not clear enough:Suggest a potential alternative/fix
So it should be something like below:
The text was updated successfully, but these errors were encountered: