This commit is contained in:
Dan Black 2025-09-02 22:35:38 -05:00 committed by GitHub
commit a4a765e25f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ class RRDBNet(nn.Module):
return max(*nbs) + 1
def forward(self, x):
x = x.contiguous()
if self.shuffle_factor:
_, _, h, w = x.size()
mod_pad_h = (