Skip to content

Commit 4ab5bb4

Browse files
Update test/sde_neural.jl
1 parent 9a9087d commit 4ab5bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sde_neural.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ end
194194

195195
# Actually training/fitting the model
196196
losses = []
197-
function callback(θ, state)
197+
function callback(state, l)
198198
begin
199199
push!(losses, l)
200200
if length(losses) % 1 == 0

0 commit comments

Comments
 (0)