llbbcc
Results
3
comments of
llbbcc
Maybe it is because Hollywood2 is too small.
> Hi @llbbcc, > > I am not the owner or contributor of this repository, but I have some experience using it. Maybe it helps you. > > I have...
I think the correct code should be ```python conv9 = self.conv9(merge9) conv10 = self.conv10(conv9) residual = self.residual(conv10) return residual ```