Skip to content

Commit

Permalink
fix: option default cut_nce_idt
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Sep 12, 2024
1 parent 189fc04 commit f6879fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/cut_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def modify_commandline_options(parser, is_train=True):
type=util.str2bool,
nargs="?",
const=True,
default=False,
default=True,
help="use NCE loss for identity mapping: NCE(G(Y), Y))",
)

Expand Down

0 comments on commit f6879fb

Please sign in to comment.