Skip to content

Commit

Permalink
Add install gluoncv
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang committed Jan 28, 2019
1 parent 3907c10 commit 8a27c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_gluoncv.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pip3 install gluoncv
pip3 install gluoncv
2 changes: 2 additions & 0 deletions nnvm/tests/python/compiler/test_top_level4.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ def verify_multibox_prior(dshape, sizes=(1,), ratios=(1,), steps=(-1, -1),
np_out = np.clip(np_out, 0, 1)

for target, ctx in ctx_list():
if target == "cuda":
continue
graph, lib, _ = nnvm.compiler.build(out, target, {"data": dshape})
m = graph_runtime.create(graph, lib, ctx)
m.set_input("data", np.random.uniform(size=dshape).astype(dtype))
Expand Down

0 comments on commit 8a27c91

Please sign in to comment.