(filename, cfg)
| 29 | config.VALID.lr_img_path = 'DIV2K/DIV2K_valid_LR_bicubic/X4/' |
| 30 | |
| 31 | def log_config(filename, cfg): |
| 32 | with open(filename, 'w') as f: |
| 33 | f.write("================================================\n") |
| 34 | f.write(json.dumps(cfg, indent=4)) |
| 35 | f.write("\n================================================\n") |
nothing calls this directly
no outgoing calls
no test coverage detected