提交 12e819ab 编写于 作者: L lijianshe02

refine psgan code according tho the reviewer's comment

上级 5fbf612d
......@@ -34,7 +34,7 @@ class NLayerDiscriminator(nn.Layer):
input_nc (int) -- the number of channels in input images
ndf (int) -- the number of filters in the last conv layer
n_layers (int) -- the number of conv layers in the discriminator
norm_layer -- normalization layer
norm_type (str) -- normalization layer type
"""
super(NLayerDiscriminator, self).__init__()
norm_layer = build_norm_layer(norm_type)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册