{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: train",
"type": "python",
"request": "launch",
"program": "${file}",
"args": ["--train_dir", "./training/data/train/", "--test_dir", "./training/data/test/", "--save_dir", "./training/ckpt/", "--log_freq", "20", "--save_freq", "50", "--ckpt_dir", "None", "--max_to_keep", "2", "--loss_mode", "L1", "--batch_weights", "1.0,1.0,1.0", "--Norm_loss_weight", "1.0", "--P_loss_weight", "0.1", "--vgg_layers", "$block2_conv2,block3_conv2", "--Spatial_loss_weight", "0.0", "--aug_rotate", "True", "--real_psf", "./experimental/data/psf/psf.npy", "--psf_mode", "$SIM_PSF", "--conv_mode", "SIM", "--conv", "patch_size", "--do_taper", "True", "--offset", "True", "--normalize_psf", "True", "--theta_base", "0.0,5.0,10.0,15.0", "--num_coeffs", "8", "--use_general_phase", "False", "--metasurface", "log_asphere", "--s1", "0.9e-3", "--s2", "1.4e-3", "--alpha", "270.176968209", "--target_wavelength", "511.0e-9", "--bound_val", "1000.0", "--a_poisson", "0.00004", "--b_sqrt", "0.00001", "--mag", "8.1", "--Phase_lr", "0.005", "--Phase_iters", "0", "--G_lr", "0.0001", "--G_iters", "10", "--G_network", "FP", "--snr_opt", "False", "--snr_init", "3.0"],
"console": "integratedTerminal",
"justMyCode": true
}
]
}
网友评论