move encoder, decoder to CycleGAN
This commit is contained in:
@@ -70,7 +70,7 @@ class Conv2dBlock(nn.Module):
|
||||
|
||||
class ResidualBlock(nn.Module):
|
||||
def __init__(self, num_channels, out_channels=None, padding_mode='reflect',
|
||||
activation_type="ReLU", out_activation_type=None, norm_type="IN"):
|
||||
activation_type="ReLU", norm_type="IN", out_activation_type=None):
|
||||
super().__init__()
|
||||
self.norm_type = norm_type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user