Skip to content
Snippets Groups Projects
Commit 8316425e authored by Luc Giffon's avatar Luc Giffon
Browse files

change output dir name of figure

parent 5790944a
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ if __name__ == "__main__":
f.tight_layout()
f.subplots_adjust(bottom=0.3)
base_out_dir = "/home/luc/PycharmProjects/deepFriedConvnets/main/experiments/graph_drawing/paper/cifar100/images"
out_dir_dataset = os.path.join(base_out_dir, str(DATANAME))
out_dir_dataset = os.path.join(base_out_dir, str(__file__))
if k_name != "rbf" and k_name != "chi2_exp_cpd":
out_name = "acc_param_tsize_{}_{}_{}".format(t_size,
......
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