Skip to content

Commit

Permalink
fix bugs for DCGAN and mobilenet (apache#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy authored and tmoreau89 committed Jan 2, 2019
1 parent bbfbde3 commit bb6b024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vta/python/vta/top/op.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ def schedule_conv2d_transpose(attrs, outs, target):
raise RuntimeError("not support target %s" % target)

with tvm.target.arm_cpu(tvm.target.current_target().model):
return _nn.schedule_conv2d_transpose(attrs, outs, target)
return _nn.schedule_conv2d_transpose(attrs, outs, tvm.target.current_target())

0 comments on commit bb6b024

Please sign in to comment.