Skip to content

Commit

Permalink
fix configs path
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushm-agrawal committed Apr 17, 2021
1 parent b78c4e6 commit b9b5571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def multi_train(configs_path="./configs.json"):

configs_path = join(os.getcwd(), "configs.json")
configs_path = "/home/shared/Layer-Wise-Learning-Trends-PyTorch/configs.json"
print(f"Configs Path: {configs_path}")
configs = SimpleNamespace(**json.load(open(configs_path)))
print(configs)
Expand Down

0 comments on commit b9b5571

Please sign in to comment.