Skip to content

Commit

Permalink
fixing URL; adding () to print (apache#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin authored and tqchen committed Jul 12, 2018
1 parent 16b5877 commit 3da38f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/resnet18/pynq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export PYTHONPATH=<nnvm root>/python:${PYTHONPATH}
```

## Pynq RPC Server Setup

Follow the [Pynq RPC Server Guide](https://github.com/saml/vta/tree/master/apps/pynq_rpc/README.md)
Follow the [Pynq RPC Server Guide](https://github.com/uwsaml/vta/tree/master/apps/pynq_rpc/README.md)

## Running the example

Expand Down
2 changes: 1 addition & 1 deletion examples/resnet18/pynq/imagenet_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
BITSTREAM_FILE = 'vta.bit'
for file in [TEST_FILE, CATEG_FILE, RESNET_GRAPH_FILE, RESNET_PARAMS_FILE, BITSTREAM_FILE]:
if not os.path.isfile(file):
print "Downloading {}".format(file)
print ("Downloading {}".format(file))
wget.download(url+file)

# Program the FPGA remotely
Expand Down

0 comments on commit 3da38f5

Please sign in to comment.