From dabad3922347a68f3c6fbafeaf2c18d102a39d2a Mon Sep 17 00:00:00 2001 From: Jonathan Harper Date: Mon, 23 Sep 2019 15:25:58 -0700 Subject: [PATCH 1/2] Add note about using GPU inference for ResNet --- docs/Unity-Inference-Engine.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Unity-Inference-Engine.md b/docs/Unity-Inference-Engine.md index 6ff5b2e158..a1f916d5bc 100644 --- a/docs/Unity-Inference-Engine.md +++ b/docs/Unity-Inference-Engine.md @@ -32,4 +32,6 @@ Uncheck the `Control` checkbox for the corresponding **Brain** in the **BroadcastHub** of the Academy. Select the **Inference Device** : CPU or GPU you want to use for Inference. -_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._ +**Note:** For most of the models generated with the ML-Agents toolkit, CPU will be faster than GPU. +You should use the GPU only if you have a large number of agents using visual observations or use the +ResNet visual encoder. From 45d863b4041aaffe2070633d653d813eb15a7650 Mon Sep 17 00:00:00 2001 From: Jonathan Harper Date: Mon, 23 Sep 2019 16:04:41 -0700 Subject: [PATCH 2/2] Update Unity-Inference-Engine.md --- docs/Unity-Inference-Engine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Unity-Inference-Engine.md b/docs/Unity-Inference-Engine.md index a1f916d5bc..5a55ca85e8 100644 --- a/docs/Unity-Inference-Engine.md +++ b/docs/Unity-Inference-Engine.md @@ -33,5 +33,5 @@ Uncheck the `Control` checkbox for the corresponding **Brain** in the Select the **Inference Device** : CPU or GPU you want to use for Inference. **Note:** For most of the models generated with the ML-Agents toolkit, CPU will be faster than GPU. -You should use the GPU only if you have a large number of agents using visual observations or use the -ResNet visual encoder. +You should use the GPU only if you use the +ResNet visual encoder or have a large number of agents with visual observations.