We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da418ab commit 63cf8cbCopy full SHA for 63cf8cb
docs/src/tutorials/minibatch.md
@@ -54,7 +54,7 @@ end
54
function loss_adjoint(fullp, data)
55
batch, time_batch = data
56
pred = predict_adjoint(fullp, time_batch)
57
- sum(abs2, batch .- pred), pred
+ sum(abs2, batch .- pred)
58
end
59
60
k = 10
0 commit comments