Fixing a doc nit (#3123)
authorRahul <rahul.unnikrishnan.nair@intel.com>
Tue, 30 Apr 2019 22:43:46 +0000 (15:43 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Tue, 30 Apr 2019 22:43:46 +0000 (15:43 -0700)
URLs to the authors repo for these tutorials had an extra
`https://`, this patch removes that.

nnvm/tutorials/tune_nnvm_cuda.py
nnvm/tutorials/tune_nnvm_mobile_gpu.py
tutorials/autotvm/tune_conv2d_cuda.py
tutorials/autotvm/tune_relay_mobile_gpu.py
tutorials/autotvm/tune_simple_template.py

index c6dec42..aae5c00 100644 (file)
@@ -17,7 +17,7 @@
 """
 Auto-tuning a convolutional network for NVIDIA GPU (NNVM)
 =========================================================
-**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_
+**Author**: `Lianmin Zheng <https://github.com/merrymercy>`_
 
 Auto-tuning for specific devices and workloads is critical for getting the
 best performance. This is a tutorial on how to tune a whole convolutional
index 293339c..f6da7ea 100644 (file)
@@ -17,7 +17,7 @@
 """
 Auto-tuning a convolutional network for Mobile GPU (NNVM)
 =========================================================
-**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_
+**Author**: `Lianmin Zheng <https://github.com/merrymercy>`_
 
 Auto-tuning for a specific device is critical for getting the best
 performance. This is a tutorial about how to tune a whole convolutional
index 1783a16..7124ad0 100644 (file)
@@ -17,7 +17,7 @@
 """
 Tuning High Performance Convolution on NVIDIA GPUs
 =========================================================================
-**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_
+**Author**: `Lianmin Zheng <https://github.com/merrymercy>`_
 
 This is an advanced tutorial for writing high performance tunable template for
 NVIDIA GPU. By running auto-tuner on this template, we can outperform the
index 57aea56..5b23106 100644 (file)
@@ -17,7 +17,7 @@
 """
 Auto-tuning a convolutional network for Mobile GPU
 ==================================================
-**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_, `Eddie Yan <https://github.com/eqy>`_
+**Author**: `Lianmin Zheng <https://github.com/merrymercy>`_, `Eddie Yan <https://github.com/eqy>`_
 
 Auto-tuning for a specific device is critical for getting the best
 performance. This is a tutorial about how to tune a whole convolutional
index 832e060..3608e9a 100644 (file)
@@ -17,7 +17,7 @@
 """
 Writing tunable template and Using auto-tuner
 =============================================
-**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_
+**Author**: `Lianmin Zheng <https://github.com/merrymercy>`_
 
 This is an introduction tutorial to the auto-tuning module in tvm.