Skip to content

Commit e557dab

Browse files
Jonathan HarperErvin T
authored andcommitted
Add note about using GPU inference for ResNet (#2607)
* Add note about using GPU inference for ResNet
1 parent 98ea56a commit e557dab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Unity-Inference-Engine.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ Uncheck the `Control` checkbox for the corresponding **Brain** in the
3232
**BroadcastHub** of the Academy.
3333
Select the **Inference Device** : CPU or GPU you want to use for Inference.
3434

35-
_Note: For most of the models generated with the ML-Agents toolkit, CPU will be faster than GPU. Only use GPU if you have a large number of agents using visual observations._
35+
**Note:** For most of the models generated with the ML-Agents toolkit, CPU will be faster than GPU.
36+
You should use the GPU only if you use the
37+
ResNet visual encoder or have a large number of agents with visual observations.

0 commit comments

Comments
 (0)