Skip to content

Commit 9fb82b9

Browse files
committed
fix a miss
1 parent 4d09e3f commit 9fb82b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/usage.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ icnf = ICNF(;
6666
)
6767

6868
## Fit It
69-
using DataFrames, MLJBase, Zygote, ADTypes, OptimizationOptimisers
69+
using DataFrames, MLJBase, Zygote, SciMLLogging, ADTypes, OptimizationOptimisers
7070

7171
function opt_callback(state::Any, l::Any)
7272
if isone(state.iter % 64) # log the loss at each 64 iterations

0 commit comments

Comments
 (0)