Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
See if this fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren committed Jun 22, 2022
1 parent bb78340 commit 7c55240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/task/vision/test_image_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def test_smoke_train(hf_cache_path):
feature_extractor = AutoFeatureExtractor.from_pretrained(pretrained_model_name_or_path="nateraw/tiny-vit-random")
dm = ImageClassificationDataModule(
cfg=ImageClassificationDataConfig(batch_size=2, dataset_name="beans"),
cfg=ImageClassificationDataConfig(batch_size=1, dataset_name="beans"),
feature_extractor=feature_extractor,
)
model = ImageClassificationTransformer(
Expand Down

0 comments on commit 7c55240

Please sign in to comment.