Skip to content

Commit a5e5ec3

Browse files
Update OptimizationOptimisers.jl
1 parent 71aaec9 commit a5e5ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationOptimisers/src/OptimizationOptimisers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function SciMLBase.__solve(cache::OptimizationBase.OptimizationCache{
9595
gevals = 0
9696
t0 = time()
9797
breakall = false
98-
OptimizationBase.@withprogress cache.progress name="Training" begin
98+
begin
9999
for epoch in 1:epochs
100100
if breakall
101101
break

0 commit comments

Comments
 (0)