Merge 19c57f65b9 into ae05379cc9
This commit is contained in:
commit
a4a765e25f
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Reference in New Issue