|
{ |
|
"data_dir_candidates": [ |
|
"/data/titane/user/nigirard/data", |
|
"~/data", |
|
"/data" |
|
], |
|
"num_workers": null, |
|
"data_aug_params": { |
|
"enable": true, |
|
"vflip": true, |
|
"affine": true, |
|
"scaling": [0.75, 1.5], |
|
"color_jitter": true, |
|
"device": "cuda" |
|
}, |
|
|
|
"device": "cuda", |
|
"use_amp": false, |
|
|
|
"compute_seg": true, |
|
"compute_crossfield": true, |
|
|
|
"seg_params": { |
|
"compute_interior": true, |
|
"compute_edge": true, |
|
"compute_vertex": false |
|
}, |
|
|
|
"loss_params": { |
|
"defaults_filepath": "configs/loss_params.json" |
|
}, |
|
|
|
"optim_params": { |
|
"defaults_filepath": "configs/optim_params.json" |
|
}, |
|
|
|
"polygonize_params": { |
|
"defaults_filepath": "configs/polygonize_params.json" |
|
} |
|
} |
|
|