Invalid JSON: Expected ',' or '}' after property value in JSONat line 11, column 65
| { | |
| "defaults_filepath": "configs/config.defaults.inria_dataset.json", | |
| "run_name": "inria_dataset_small.unet16", | |
| "dataset_params": { | |
| "small": true | |
| }, | |
| "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": 12, // Batch size per GPU. The effective batch size is effective_batch_size=world_size*batch_size | |
| "gamma": 0.99 | |
| } | |
| } | |