From 04b1255669dc91348ad72100250ed187534656fb Mon Sep 17 00:00:00 2001 From: Leyuan Wang Date: Mon, 11 Mar 2019 21:22:27 -0700 Subject: [PATCH] address comment --- tutorials/frontend/deploy_ssd_gluoncv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/frontend/deploy_ssd_gluoncv.py b/tutorials/frontend/deploy_ssd_gluoncv.py index 3a4865c781469..9f0e6b9a86abc 100644 --- a/tutorials/frontend/deploy_ssd_gluoncv.py +++ b/tutorials/frontend/deploy_ssd_gluoncv.py @@ -35,8 +35,8 @@ # follow the :ref:`tune_relay_x86` to tune x86 CPU and # :ref:`tune_relay_arm` for arm cpu. # -# To get best performance fo SSD on intel graphics, -# change target argument to 'opecl -device=intel_graphics' +# To get best performance fo SSD on Intel graphics, +# change target argument to 'opencl -device=intel_graphics' # # SSD with VGG as body network is not supported yet since # x86 conv2d schedule doesn't support dilation.