Skip to content

Commit 6b9e38b

Browse files
authored
Merge pull request #2182 from fcossio/patch-1
Credit earlier work with the same idea
2 parents cb0e439 + 9b11801 commit 6b9e38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/layers/patch_dropout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class PatchDropout(nn.Module):
88
"""
9-
https://arxiv.org/abs/2212.00794
9+
https://arxiv.org/abs/2212.00794 and https://arxiv.org/pdf/2208.07220
1010
"""
1111
return_indices: torch.jit.Final[bool]
1212

0 commit comments

Comments
 (0)