Skip to content

Commit

Permalink
Update normalizing_flows.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jun 15, 2024
1 parent 58f1ed6 commit 2691d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/normalizing_flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function loss(θ)
end
function cb(p, l)
@info "FFJORD Training" loss=loss(p)
@info "FFJORD Training" loss=l
return false
end
Expand Down

0 comments on commit 2691d59

Please sign in to comment.