options/train_options.py [335:354]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            timestamp,
            opts.folder_to_save,
            opts.lr,
            opts.batch_size,
            opts.model_type,
            opts.splatter,
            opts.noise,
            opts.norm_G,
            opts.refine_model_type,
            opts.depth_predictor_type,
            (str(opts.use_camera) + "|" + str(opts.use_xys)),
            opts.init,
            opts.image_type,
            opts.seed,
            str(opts.use_multi_hypothesis),
            "".join(opts.losses).replace("_", "|"),
            inputs,
            opts.suffix,
            opts.discriminator_losses,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



options/train_options.py [361:380]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        timestamp,
        opts.folder_to_save,
        opts.lr,
        opts.batch_size,
        opts.model_type,
        opts.splatter,
        opts.noise,
        opts.norm_G,
        opts.refine_model_type,
        opts.depth_predictor_type,
        (str(opts.use_camera) + "|" + str(opts.use_xys)),
        opts.init,
        opts.image_type,
        opts.seed,
        str(opts.use_multi_hypothesis),
        "".join(opts.losses).replace("_", "|"),
        inputs,
        opts.suffix,
        opts.discriminator_losses,
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



