mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Merge pull request #2182 from fcossio/patch-1
Credit earlier work with the same idea
This commit is contained in:
commit
6b9e38b589
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user