Skip to content

Commit eadb074

Browse files
authored
fix angelslim_config save data_path (Tencent#78)
1 parent 7ae15d9 commit eadb074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

angelslim/engine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def save(
271271
}
272272
config_dict["model_config"]["model_path"] = "Base Model Path"
273273
config_dict["global_config"]["save_path"] = "Save Model Path"
274+
config_dict["dataset_config"]["data_path"] = "Data Path"
274275
with open(os.path.join(save_path, "angelslim_config.json"), "w") as f:
275276
json.dump(config_dict, f, indent=4)
276277

0 commit comments

Comments
 (0)