Skip to content

The explanation for all_ops parameter of AugMix() is not clear enough.Β #8957

Open
@hyperkai

Description

@hyperkai

πŸ“š 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions