Skip to content

Commit

Permalink
[DOCS] update titles to reflect tutorial content (nnvm vs. relay) (ap…
Browse files Browse the repository at this point in the history
…ache#2597)

* update titles to reflect tutorial content (nnvm vs. relay)

* move things around

* fix typo
  • Loading branch information
eqy authored Feb 14, 2019
1 parent 326fff5 commit 895ef97
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions tutorials/autotvm/tune_relay_arm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Auto-tuning a convolutional network for ARM CPU
====================================================
===============================================
**Author**: `Lianmin Zheng <https://github.com/merrymercy>`_, `Zhao Wu <https://github.com/FrozenGene>`_, `Eddie Yan <https://github.com/eqy>`_
Auto-tuning for a specific ARM device is critical for getting the best
Expand Down Expand Up @@ -193,7 +193,7 @@ def get_network(name, batch_size):
builder=autotvm.LocalBuilder(
build_func='ndk' if use_android else 'default'),
runner=autotvm.RPCRunner(
device_key, host='fleet', port=9190,
device_key, host='localhost', port=9190,
number=5,
timeout=10,
),
Expand Down
2 changes: 1 addition & 1 deletion tutorials/autotvm/tune_relay_cuda.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Auto-tuning a convolutional network for NVIDIA GPU
====================================================
==================================================
**Author**: `Lianmin Zheng <https://github.com/merrymercy>`_, `Eddie Yan <https://github.com/eqy/>`_
Auto-tuning for specific devices and workloads is critical for getting the
Expand Down
2 changes: 1 addition & 1 deletion tutorials/autotvm/tune_relay_mobile_gpu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Auto-tuning a convolutional network for Mobile GPU
====================================================
==================================================
**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_, `Eddie Yan <https://github.com/eqy>`_
Auto-tuning for a specific device is critical for getting the best
Expand Down
4 changes: 2 additions & 2 deletions tutorials/autotvm/tune_relay_x86.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
kuto-tuning a convolutional network for x86 CPU
====================================================
Auto-tuning a convolutional network for x86 CPU
===============================================
**Author**: `Yao Wang <https://github.com/kevinthesun>`_, `Eddie Yan <https://github.com/eqy>`_
This is a tutorial about how to tune convolution neural network
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Auto-tuning a convolutional network for ARM CPU
====================================================
Auto-tuning a convolutional network for ARM CPU (NNVM)
======================================================
**Author**: `Lianmin Zheng <https://github.com/merrymercy>`_, `Zhao Wu <https://github.com/FrozenGene>`_
Auto-tuning for a specific ARM device is critical for getting the best
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Auto-tuning a convolutional network for NVIDIA GPU
====================================================
Auto-tuning a convolutional network for NVIDIA GPU (NNVM)
=========================================================
**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_
Auto-tuning for specific devices and workloads is critical for getting the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Auto-tuning a convolutional network for Mobile GPU
====================================================
Auto-tuning a convolutional network for Mobile GPU (NNVM)
=========================================================
**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_
Auto-tuning for a specific device is critical for getting the best
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Auto-tuning a convolutional network for x86 CPU
====================================================
Auto-tuning a convolutional network for x86 CPU (NNVM)
======================================================
**Author**: `Yao Wang <https://github.com/kevinthesun>`_
This is a tutorial about how to tune convolution neural network
Expand Down

0 comments on commit 895ef97

Please sign in to comment.