We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135a65d commit 5eefe7eCopy full SHA for 5eefe7e
src/cleanvision/imagelab.py
@@ -75,7 +75,10 @@ class Imagelab:
75
This argument must be specified if you provide a Hugging Face dataset; for other types of dataset this argument has no effect.
76
77
torchvision_dataset: torchvision.datasets.vision.VisionDataset
78
- torchvision dataset where each individual example is a tuple containing exactly one image in PIL format.
+ 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.
82
83
Attributes
84
----------
0 commit comments