Skip to content

Commit

Permalink
fix build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
huajsj committed Aug 13, 2021
1 parent 37dc3f7 commit 0c19d88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vta/tutorials/frontend/deploy_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@
# Get execution context from remote
ctx = remote.ext_dev(0) if device == "vta" else remote.cpu(0)

####################################
#####################################
# Build the inference graph executor.
# ----------------------------------
# -----------------------------------
# Using Darknet library load downloaded vision model and compile with Relay.
# The compilation steps are:
#
Expand All @@ -191,7 +191,6 @@
# 5. Perform relay build to object file.
# 6. Load the object file onto remote (FPGA device).
# 7. Generate graph executor, `m`.
#

# Load pre-configured AutoTVM schedules
with autotvm.tophub.context(target):
Expand Down

0 comments on commit 0c19d88

Please sign in to comment.