mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Fix RDNet forward call
This commit is contained in:
parent
c0b12fcb16
commit
61bf9e1af1
@ -362,7 +362,7 @@ class RDNet(nn.Module):
|
||||
|
||||
def forward(self, x):
|
||||
x = self.forward_features(x)
|
||||
x = self.head(x)
|
||||
x = self.forward_head(x)
|
||||
return x
|
||||
|
||||
@torch.jit.ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user