ArtFlow icon indicating copy to clipboard operation
ArtFlow copied to clipboard

About the design of InvConv2dLU

Open CharlieLzy opened this issue 2 years ago • 0 comments

In class InvConv2dLU, the weight of conv2d should be fixed once being initialized. Why repeatedly calculating the weight in forward? Why not save the weight as a self attribute when initializing?

CharlieLzy avatar Mar 25 '22 08:03 CharlieLzy