Skip to content

Commit

Permalink
Merge pull request #369 from Pangoraw/patch-1
Browse files Browse the repository at this point in the history
Remove jpeg_quality in README example
  • Loading branch information
andrewilyas authored May 6, 2024
2 parents 1071c57 + 4e99277 commit 3a12966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ write_path = '/output/path/for/converted/ds.beton'
# Pass a type for each data field
writer = DatasetWriter(write_path, {
# Tune options to optimize dataset size, throughput at train-time
'image': RGBImageField(max_resolution=256, jpeg_quality=jpeg_quality),
'image': RGBImageField(max_resolution=256),
'label': IntField()
})

Expand Down

0 comments on commit 3a12966

Please sign in to comment.