From 792e848eded17d40fa95e248141b26272454c36e Mon Sep 17 00:00:00 2001 From: Stephan Hilb <stephan@ecshi.net> Date: Fri, 17 Jun 2022 14:30:18 +0200 Subject: [PATCH] disable generating mesh.csv for inpainting experiment --- scripts/run_experiments.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_experiments.jl b/scripts/run_experiments.jl index 120954d..e5c5892 100644 --- a/scripts/run_experiments.jl +++ b/scripts/run_experiments.jl @@ -1427,7 +1427,7 @@ function inpaint(ctx) u_sampled = sample(st.u) saveimg(joinpath(ctx.outdir, "g.png"), grayclamp.(to_img(g_arr))) saveimg(joinpath(ctx.outdir, "output.png"), grayclamp.(to_img(u_sampled))) - save_csv(joinpath(ctx.outdir, "mesh.csv"), st.u) + #save_csv(joinpath(ctx.outdir, "mesh.csv"), st.u) savedata(joinpath(ctx.outdir, "data.tex"); ctx.params.eps_newton, ctx.params.n_refine, st.alpha1, st.alpha2, st.lambda, st.beta, st.gamma1, st.gamma2, -- GitLab