ArtFlow
ArtFlow copied to clipboard
About the design of InvConv2dLU
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?