Skip to content

Commit f4c690d

Browse files
docs: small correction in docs/src/gpu.md
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 203c21c commit f4c690d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Some of the common workflows involving the use of GPUs are presented below.
9292

9393
### Transferring Training Data
9494

95-
In order to train the model using the GPU both model and the training data have be transferred to GPU memory. This process can be done with the `gpu` function in two different ways:
95+
In order to train the model using the GPU both model and the training data have to be transferred to GPU memory. This process can be done with the `gpu` function in two different ways:
9696

9797
1. Iterating over the batches in a [DataLoader](@ref) object transfering each one of the training batches at a time to the GPU.
9898
```julia

0 commit comments

Comments
 (0)