Skip to content

Commit

Permalink
lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
Landanjs committed Sep 11, 2023
1 parent 8ac226d commit 2b4db63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diffusion/datasets/synthetic_image_caption.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def build_synthetic_image_caption_dataloader(
num_samples: int = 100_000,
dataloader_kwargs: Optional[Dict] = None,
):
"""Builds a dataloader for the Synthetic Image-Caption dataset.
"""Builds a dataloader for the synthetic image-caption dataset.
Args:
batch_size (int): Batch size for the dataloader.
Expand Down

0 comments on commit 2b4db63

Please sign in to comment.