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

Poverty Train and Val transforms #151

Open
juanelenter opened this issue Aug 30, 2023 · 1 comment
Open

Poverty Train and Val transforms #151

juanelenter opened this issue Aug 30, 2023 · 1 comment

Comments

@juanelenter
Copy link

The WILDS paper claims to normalize and augment samples from the Poverty dataset in training. But this official repo and this non-official one do not apply any transformation. What is recommended?

Thanks

@sangmichaelxie
Copy link
Member

At least as of v1.2.2, we do the augmentation:

def initialize_poverty_transform(is_training):

And the normalization occurs during preprocessing:

However I'm not sure about how the v2 codepath works. @teetone @kohpangwei

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

2 participants