diff --git a/latest/gpu.html b/latest/gpu.html index 3238787a..e412e06c 100644 --- a/latest/gpu.html +++ b/latest/gpu.html @@ -22,4 +22,4 @@ d(cu(rand(10))) # CuArray output m = Chain(Dense(10, 5, σ), Dense(5, 2), softmax) m = mapleaves(cu, m) -d(cu(rand(10)))
The mnist example contains the code needed to run the model on the GPU; just uncomment the lines after using CuArrays
.