Skip to content

Commit 5eefe7e

Browse files
authored
docstring for verbose arg
1 parent 135a65d commit 5eefe7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/cleanvision/imagelab.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ class Imagelab:
7575
This argument must be specified if you provide a Hugging Face dataset; for other types of dataset this argument has no effect.
7676
7777
torchvision_dataset: torchvision.datasets.vision.VisionDataset
78-
torchvision dataset where each individual example is a tuple containing exactly one image in PIL format.
78+
torchvision dataset where each individual example is a tuple containing exactly one image in PIL format.
79+
80+
verbose: bool
81+
Optional flag that you can set False to suppress printing.
7982
8083
Attributes
8184
----------

0 commit comments

Comments
 (0)