Skip to content

Commit

Permalink
minbatch docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Oct 3, 2024
1 parent da418ab commit 63cf8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/minibatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end
function loss_adjoint(fullp, data)
batch, time_batch = data
pred = predict_adjoint(fullp, time_batch)
sum(abs2, batch .- pred), pred
sum(abs2, batch .- pred)
end
k = 10
Expand Down

0 comments on commit 63cf8cb

Please sign in to comment.