We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b43c2b commit 4792dc9Copy full SHA for 4792dc9
lib/OptimizationOptimisers/test/runtests.jl
@@ -87,7 +87,7 @@ end
87
smodel = StatefulLuxLayer{true}(model, nothing, st)
88
89
function callback(state, l)
90
- state.iter % 25 == 1 && @printf "Iteration: %5d, Loss: %.6e\n" state.iter l
+ state.iter % 25 == 1 && Printf.@printf "Iteration: %5d, Loss: %.6e\n" state.iter l
91
return l < 1e-4
92
end
93
0 commit comments