lib/utils/helpers_rel.py [62:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if cfg.CHECKPOINT.DIR:
        odir = os.path.abspath(os.path.join(
            cfg.CHECKPOINT.DIR, cfg.DATASET, cfg.MODEL.MODEL_NAME,
            'depth_' + str(cfg.MODEL.DEPTH), cfg.DISTRIBUTED.RUN_ID
        ))
    else:
        odir = os.path.join(
            get_output_directory(), cfg.DATASET, cfg.MODEL.MODEL_NAME,
            'depth_' + str(cfg.MODEL.DEPTH), cfg.DISTRIBUTED.RUN_ID
        )
    if not os.path.exists(odir):
        os.makedirs(odir)
    if cfg.TRAIN.PARAMS_FILE:
        filename = os.path.join(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lib/utils/helpers_rel.py [87:100]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if cfg.CHECKPOINT.DIR:
        odir = os.path.abspath(os.path.join(
            cfg.CHECKPOINT.DIR, cfg.DATASET, cfg.MODEL.MODEL_NAME,
            'depth_' + str(cfg.MODEL.DEPTH), cfg.DISTRIBUTED.RUN_ID
        ))
    else:
        odir = os.path.join(
            get_output_directory(), cfg.DATASET, cfg.MODEL.MODEL_NAME,
            'depth_' + str(cfg.MODEL.DEPTH), cfg.DISTRIBUTED.RUN_ID
        )
    if not os.path.exists(odir):
        os.makedirs(odir)
    if cfg.TRAIN.PARAMS_FILE:
        filename = os.path.join(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



