Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the correct way to specify include_detail=True? #333

Open
chanind opened this issue Mar 9, 2023 · 0 comments
Open

What is the correct way to specify include_detail=True? #333

chanind opened this issue Mar 9, 2023 · 0 comments

Comments

@chanind
Copy link

chanind commented Mar 9, 2023

In the docs notebook change_log.ipynb, it shows that it's possible to pass include_detail=True when creating augmentations. However, none of the augmentations I've tried this with support directly passing include_detail=True in the constructor. The API docs, e.g. for KeyboardAug here also show include_detail=True is not allowed in the constructor, even though the change_log.ipynb docs show this. I find that I can manually set aug.include_detail = True after creating the augmenter, but is this correct? It feels like I'm doing something wrong or overlooking something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant