This commit is contained in:
chenxuanhong
2022-01-17 13:17:49 +08:00
parent bf2df5c5a6
commit 601d2ee43d
58 changed files with 2748 additions and 5696 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"path":{
"train_log_root":"./train_logs",
"test_log_root":"./test_logs",
"systemLog":"./system/system_log.log",
"dataset_paths": {
"vggface2_hq": "G:/VGGFace2-HQ/VGGface2_None_norm_512_true_bygfpgan",
"val_dataset_root": "",
"test_dataset_root": ""
},
"train_config_path":"./train_yamls",
"train_scripts_path":"./train_scripts",
"test_scripts_path":"./test_scripts",
"config_json_name":"model_config.json"
}
}