(arg)
| 37 | def main(): |
| 38 | # Training settings |
| 39 | def strpair(arg): |
| 40 | p = tuple(arg.split(':')) |
| 41 | if len(p) == 1: |
| 42 | p = p + p |
| 43 | return p |
| 44 | |
| 45 | parser = argparse.ArgumentParser(description='Ablation eval', |
| 46 | epilog=textwrap.dedent(help_epilog), |
nothing calls this directly
no outgoing calls
no test coverage detected