Skip to content

Commit

Permalink
Update quickstart.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewilyas authored Aug 24, 2023
1 parent af7f667 commit 6c3be0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ PyTorch datasets and `WebDatasets <https://github.com/webdataset/webdataset>`_):
writer = DatasetWriter(write_path, {
# Tune options to optimize dataset size, throughput at train-time
'image': RGBImageField(
max_resolution=256,
jpeg_quality=jpeg_quality
max_resolution=256
),
'label': IntField()
})
Expand Down

0 comments on commit 6c3be0c

Please sign in to comment.