Skip to content

Commit

Permalink
stop doing default greyscale
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Mar 31, 2024
1 parent 3347aa0 commit 3597f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_datasets/pytorch/galaxy_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(
test_catalog: Optional[pd.DataFrame]=None,
predict_catalog: Optional[pd.DataFrame]=None,
# augmentation params (sensible supervised defaults)
greyscale=True,
greyscale=False,
# album=False, # now True always
crop_scale_bounds=(0.7, 0.8),
crop_ratio_bounds=(0.9, 1.1),
Expand Down

0 comments on commit 3597f55

Please sign in to comment.