We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb24e3 commit 9e1e824Copy full SHA for 9e1e824
README.md
@@ -92,7 +92,7 @@ preds = v(img) # (1, 1000)
92
- `image_size`: int.
93
Image size. If you have rectangular images, make sure your image size is the maximum of the width and height
94
- `patch_size`: int.
95
-Number of patches. `image_size` must be divisible by `patch_size`.
+Size of patches. `image_size` must be divisible by `patch_size`.
96
The number of patches is: ` n = (image_size // patch_size) ** 2` and `n` **must be greater than 16**.
97
- `num_classes`: int.
98
Number of classes to classify.
0 commit comments