{ "defaults_filepath": "configs/config.defaults.inria_dataset_polygonized.json", "run_name": "inria_dataset_polygonized_small.unet_resnet101_pretrained", "dataset_params": { "small": true }, "backbone_params": { "defaults_filepath": "configs/backbone_params.unet_resnet101.json", // Path from the project's root to a JSON with default values for backbone_params "pretrained": true }, "optim_params": { "batch_size": 10, // Overwrite default batch size per GPU. The effective batch size is effective_batch_size=world_size*batch_size "gamma": 1.0 } }