You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this great project.
I've been playing with it for some time and noticed that FineADAINResBlock2d (and therefore also FineADAINResBlocks) is just a linear layer with no activation, because line 346 has self.conv2(x), instead of self.conv2(dx)
Thank you for this great project.
I've been playing with it for some time and noticed that
FineADAINResBlock2d
(and therefore alsoFineADAINResBlocks
) is just a linear layer with no activation, because line 346 hasself.conv2(x)
, instead ofself.conv2(dx)
PIRender/generators/base_function.py
Lines 344 to 348 in 96a157e
The text was updated successfully, but these errors were encountered: