Skip to content

Commit

Permalink
Update baselines/fedmeta/fedmeta/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Javier <[email protected]>
  • Loading branch information
JinsooKim-KR and jafermarq authored Oct 12, 2023
1 parent 9077f3f commit 5d24c33
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions baselines/fedmeta/fedmeta/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ def main(cfg: DictConfig) -> None:

print("................")
print(history)
output_path = (
HydraConfig.get().runtime.cwd + "/fedmeta/" + cfg.data.data + "/graph_params"
)
os.makedirs(output_path, exist_ok=True)
output_path = HydraConfig.get().runtime.output_dir

data_params = {
"algo": cfg.algo.algo,
Expand Down

0 comments on commit 5d24c33

Please sign in to comment.