Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-tendle committed May 26, 2021
1 parent f95911b commit a0e7bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def training(epochs, loaders, model, optimizer, criterion, prev_list,

# save rmae dict
save_path = join(configs.arr_save_path, configs.exp_name)
np.save(save_path + f"rmae_dict_{epoch}.npy", rmae_delta_dict)
np.save(save_path + f"_rmae_dict.npy", rmae_delta_dict)

test_top1, test_top5 = [], []

Expand Down

0 comments on commit a0e7bca

Please sign in to comment.