From 16968b04ee4b6c1ab98c72bde857a73d4140acea Mon Sep 17 00:00:00 2001 From: wyc-ruiker Date: Thu, 26 Dec 2019 14:10:56 +0800 Subject: [PATCH] [DOCS]fix typos in autotvm tutorial --- tutorials/autotvm/tune_relay_arm.py | 2 +- tutorials/autotvm/tune_relay_mobile_gpu.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/autotvm/tune_relay_arm.py b/tutorials/autotvm/tune_relay_arm.py index fe2f94c2ad89..8e9bf9f9fcfb 100644 --- a/tutorials/autotvm/tune_relay_arm.py +++ b/tutorials/autotvm/tune_relay_arm.py @@ -151,7 +151,7 @@ def get_network(name, batch_size): # * For Android: # Follow this `readme page `_ to # install the TVM RPC APK on the android device. Make sure you can pass the android rpc test. -# Then you have already registred your device. During tuning, you have to go to developer option +# Then you have already registered your device. During tuning, you have to go to developer option # and enable "Keep screen awake during changing" and charge your phone to make it stable. # # After registering devices, we can confirm it by querying rpc_tracker diff --git a/tutorials/autotvm/tune_relay_mobile_gpu.py b/tutorials/autotvm/tune_relay_mobile_gpu.py index b9fb3b188570..e7b8ee284641 100644 --- a/tutorials/autotvm/tune_relay_mobile_gpu.py +++ b/tutorials/autotvm/tune_relay_mobile_gpu.py @@ -152,7 +152,7 @@ def get_network(name, batch_size): # * For Android: # Follow this `readme page `_ to # install TVM RPC APK on the android device. Make sure you can pass the android RPC test. -# Then you have already registred your device. During tuning, you have to go to developer option +# Then you have already registered your device. During tuning, you have to go to developer option # and enable "Keep screen awake during changing" and charge your phone to make it stable. # # After registering devices, we can confirm it by querying rpc_tracker