Skip to content
Snippets Groups Projects
Commit 98aa4dbf authored by aastorg2's avatar aastorg2
Browse files

printing results after every partition

parent dbf2695e
No related branches found
No related tags found
No related merge requests found
......@@ -223,9 +223,9 @@ def main():
data_file.rename(f"out/part-{i:03}-pre.data")
del teacher
del learner
with open(f"out/dtree_synth.{NUM_Y_PARTS}x{NUM_YAW_PARTS}.out.json", "w") as f:
json.dump(result, f)
with open(f"out/dtree_synth.{NUM_Y_PARTS}x{NUM_YAW_PARTS}.out.json", "w") as f:
json.dump(result, f)
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment