Skip to content

Commit 63cf8cb

Browse files
minbatch docs
1 parent da418ab commit 63cf8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/minibatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ end
5454
function loss_adjoint(fullp, data)
5555
batch, time_batch = data
5656
pred = predict_adjoint(fullp, time_batch)
57-
sum(abs2, batch .- pred), pred
57+
sum(abs2, batch .- pred)
5858
end
5959
6060
k = 10

0 commit comments

Comments
 (0)