Skip to content

Commit

Permalink
feat: add option of unet_128_d in --D_netDs
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0124 committed Sep 28, 2023
1 parent 05c97f8 commit 4ad56fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options/base_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ def initialize(self, parser):
"depth",
"mask",
"sam",
"unet_128_d",
]
+ list(TORCH_MODEL_CLASSES.keys()),
help="specify discriminator architecture, another option, --D_n_layers allows you to specify the layers in the n_layers discriminator. NB: duplicated arguments are ignored. Values: basic, n_layers, pixel, projected_d, temporal, vision_aided, depth, mask, sam",
Expand Down

0 comments on commit 4ad56fd

Please sign in to comment.