Skip to content

Commit

Permalink
Merge changes from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrych committed Nov 7, 2024
2 parents e5daf0a + ad59620 commit 746269b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dicg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function decomposition_invariant_conditional_gradient(
println("GRADIENstep_typeYPE: $grad_type LAZY: $lazy lazy_tolerance: $lazy_tolerance")
println("LMO: $(typeof(lmo))")
if memory_mode isa InplaceEmphasis
@info("In memory_mode memory iterates are wristep_typeen back into x0!")
@info("In memory_mode memory iterates are written back into x0!")
end
end

Expand Down Expand Up @@ -350,7 +350,7 @@ function blended_decomposition_invariant_conditional_gradient(
println("GRADIENstep_typeYPE: $grad_type LAZY: $lazy lazy_tolerance: $lazy_tolerance")
println("LMO: $(typeof(lmo))")
if memory_mode isa InplaceEmphasis
@info("In memory_mode memory iterates are wristep_typeen back into x0!")
@info("In memory_mode memory iterates are written back into x0!")
end
end

Expand Down

0 comments on commit 746269b

Please sign in to comment.