Example #1
0
 def modify_commandline_options():
     return two_domain_parser_options()
Example #2
0
 def modify_commandline_options():
     parser = two_domain_parser_options()
     return add_lambda_L1(parser)
Example #3
0
 def modify_commandline_options():
     parser = weighting_shapeGAN_hyperparam()
     return two_domain_parser_options(parser)