Public Member Functions | |
def | __init__ (self, c) |
def | forward (self, z) |
def | infer (self, z) |
Public Attributes | |
conv | |
W_inverse | |
The layer outputs both the convolution, and the log determinant of its weight matrix. If reverse=True it does convolution with inverse
def model.Invertible1x1Conv.__init__ | ( | self, | |
c | |||
) |
def model.Invertible1x1Conv.forward | ( | self, | |
z | |||
) |
def model.Invertible1x1Conv.infer | ( | self, | |
z | |||
) |
model.Invertible1x1Conv.conv |
model.Invertible1x1Conv.W_inverse |