Skip to content

Commit 9b11801

Browse files
authored
Credit earlier work with the same idea.
Hi, this earlier work has the same name and idea behind this layer. It could be useful for readers to keep both links here if they want to see the effects of introducing this layer on a very different domain. 😄
1 parent cb0e439 commit 9b11801

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)