Commit 3515dccc by Leyuan Wang Committed by Yizhi Liu

[DOC] Update ssd doc to avoid confusion. (#3677)

* intel graphics conv2d bugs fixed for inception_v3

* intel conv2d api updated, nn input size 4 condition added

* review addressed

* move conv_tags to attributes

* ssd doc updated

* address comment
parent 90455121
......@@ -45,8 +45,17 @@ from gluoncv import model_zoo, data, utils
# 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 'opencl -device=intel_graphics'
# To get best inference performance on Intel graphics,
# change target argument to :code:`opencl -device=intel_graphics`.
# But when using Intel graphics on Mac, target needs to
# be set to `opencl` only for the reason that Intel subgroup
# extension is not supported on Mac.
#
# To get best inference performance on CUDA-based GPUs,
# change the target argument to :code:`cuda`; and for
# OPENCL-based GPUs, change target argument to
# :code:`opencl` followed by device argument according
# to your device.
supported_model = [
'ssd_512_resnet50_v1_voc',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment