Skip to content

PyPl 's typo(sorry, Im good at PR) #31

@YaCpotato

Description

@YaCpotato

https://pypi.org/project/deepaugment/

In the Advanced usage

deepaug = DeepAugment(iamges=x_train, labels=y_train, config=my_config)

!! images typo 'iamges' !!
the right patten is I thought

deepaug = DeepAugment(images=x_train, labels=y_train, config=my_config)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions