Skip to content

Commit 5c61357

Browse files
dpoMohamedLaghdafHABIBOULLAH
authored andcommitted
Update src/denoising_model.jl
1 parent a36af6d commit 5c61357

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/denoising_model.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ function denoising_model(shape, shape_p, KERNEL_SIZE, KERNEL_SIGMA = 1.5)
2525

2626
function grad!(g, x)
2727
y .= H(W_T(x))
28-
<<<<<<< HEAD
2928
z .= 1 ./ ((y .- b) .^ 2 .+ 1)
30-
=======
31-
z .= 1.0 ./ ((y .- b) .^ 2 .+ 1)
32-
>>>>>>> 11df75c (Update project.toml and reduce allocations)
3329
@. z = 2 * z * (y - b)
3430
g .= W(H_T(z))
3531
return g

0 commit comments

Comments
 (0)