We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae15d9 commit eadb074Copy full SHA for eadb074
angelslim/engine.py
@@ -271,6 +271,7 @@ def save(
271
}
272
config_dict["model_config"]["model_path"] = "Base Model Path"
273
config_dict["global_config"]["save_path"] = "Save Model Path"
274
+ config_dict["dataset_config"]["data_path"] = "Data Path"
275
with open(os.path.join(save_path, "angelslim_config.json"), "w") as f:
276
json.dump(config_dict, f, indent=4)
277
0 commit comments