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

[CIFAR] pass through required image_size arg and warn that it is not used #1671

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

bfineran
Copy link
Member

CIFAR10 and 100 currently break from data registry instatiations due to not having image_size supported, to unblock, this PR adds image_size as a kwarg and warns that it is not supported if specified

test_plan
test that CIFAR out of the box can be kicked off using sparsify:

sparsify.run sparse-transfer --use-case image-classification --data cifar10

@bfineran bfineran merged commit a8991c0 into main Jul 13, 2023
3 checks passed
@bfineran bfineran deleted the cifar-image-size-kw-patch branch July 13, 2023 18:06
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

Successfully merging this pull request may close these issues.

None yet

1 participant