File size: 526 Bytes
abd2a81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "defaults_filepath": "configs/config.defaults.inria_dataset_polygonized.json",

  "run_name": "inria_dataset_polygonized.unet_resnet101_pretrained",





  "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
  }
}