We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196cc74 commit 8bc76c9Copy full SHA for 8bc76c9
advanced_source/cpp_export.rst
@@ -356,7 +356,7 @@ Looks like a good match!
356
.. tip::
357
358
To move your model to GPU memory, you can write ``model.to(at::kCUDA);``.
359
- Make sure the inputs to a model living in CUDA memory are also in CUDA memory
+ Make sure the inputs to a model are also living in CUDA memory
360
by calling ``tensor.to(at::kCUDA)``, which will return a new tensor in CUDA
361
memory.
362
0 commit comments