MCPcopy Create free account
hub / github.com/TimSeizinger/Bokehlicious / get_eval_parser

Function get_eval_parser

util/parser.py:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 return parser
25
26def get_eval_parser():
27 parser = get_base_parser()
28 add_network_args(parser)
29 parser.add_argument('-dataset', type=str, required=True, choices=['RealBokeh', 'RealBokeh_bin', 'EBB400', 'EBB_Val294'])
30 parser.add_argument('--save_outputs', action='store_true')
31 return parser
32
33def get_ntire_parser():
34 parser = get_base_parser()

Callers 1

evaluate.pyFile · 0.90

Calls 2

get_base_parserFunction · 0.85
add_network_argsFunction · 0.85

Tested by

no test coverage detected