Merge pull request #2182 from fcossio/patch-1

Credit earlier work with the same idea
pull/2183/head
Ross Wightman 2024-05-16 15:10:46 -07:00 committed by GitHub
commit 6b9e38b589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import torch.nn as nn
class PatchDropout(nn.Module):
"""
https://arxiv.org/abs/2212.00794
https://arxiv.org/abs/2212.00794 and https://arxiv.org/pdf/2208.07220
"""
return_indices: torch.jit.Final[bool]