File size: 453 Bytes
abd2a81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "defaults_filepath": "configs/config.defaults.luxcarta_dataset.json",

  "run_name": "luxcarta_dataset.unet16",



  "backbone_params": {
    "defaults_filepath": "configs/backbone_params.unet16.json"  // Path from the project's root to a JSON with default values for backbone_params
  },

  "optim_params": {
    "batch_size": 16  // Overwrite default batch size per GPU. The effective batch size is effective_batch_size=world_size*batch_size
  }
}