Skip to content

Commit

Permalink
Merge pull request junyanz#871 from nat-chan/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
junyanz authored Dec 9, 2019
2 parents eb6e7dc + 9db8a82 commit b21e552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def __init__(self, outer_nc, inner_nc, input_nc=None,
outermost (bool) -- if this module is the outermost module
innermost (bool) -- if this module is the innermost module
norm_layer -- normalization layer
user_dropout (bool) -- if use dropout layers.
use_dropout (bool) -- if use dropout layers.
"""
super(UnetSkipConnectionBlock, self).__init__()
self.outermost = outermost
Expand Down

0 comments on commit b21e552

Please sign in to comment.