Skip to content
Snippets Groups Projects
Commit e967eaeb authored by Pat Alt's avatar Pat Alt
Browse files

bam

parent b674b4a1
No related branches found
No related tags found
1 merge request!8985 overshooting
......@@ -75,7 +75,7 @@ function energy_delta(
iter = total_steps(ce)
ϕ = 1.0
if iter % decay[2] == 0
ϕ = exp(-decay * total_steps(ce))
ϕ = exp(-decay[1] * total_steps(ce))
end
# Total loss:
......
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