Skip to content

Commit

Permalink
KnetArray to CuArray
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdominik committed Aug 7, 2023
1 parent ddd807d commit 7d2b437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/01-simple-mlp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"metadata": {},
"source": [
"The minibatch includes 2-tuples of 784x128 matrix with the flattened pixel data and a 128 vector with the teaching input; i.e. the labels in a range 1-10. \n",
"If a functional GPU is detected, the array type is `KnetArray`, otherwise its a normal `Array`. \n",
"Computations with KnetArrays are performed on the GPU without need to care in the calling code!\n",
"If a functional GPU is detected, the array type is `CuArray`, otherwise its a normal `Array`. \n",
"Computations with CuArrays are performed on the GPU without need to care in the calling code!\n",
"\n",
"Data looks like:"
]
Expand Down

0 comments on commit 7d2b437

Please sign in to comment.