Skip to content

Commit bfc2367

Browse files
gfursintqchen
authored andcommitted
fixing URL; adding () to print (#17)
1 parent a5a176c commit bfc2367

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vta/examples/resnet18/pynq/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export PYTHONPATH=<nnvm root>/python:${PYTHONPATH}
7777
```
7878

7979
## Pynq RPC Server Setup
80-
81-
Follow the [Pynq RPC Server Guide](https://github.com/saml/vta/tree/master/apps/pynq_rpc/README.md)
80+
81+
Follow the [Pynq RPC Server Guide](https://github.com/uwsaml/vta/tree/master/apps/pynq_rpc/README.md)
8282

8383
## Running the example
8484

vta/examples/resnet18/pynq/imagenet_predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
BITSTREAM_FILE = 'vta.bit'
2929
for file in [TEST_FILE, CATEG_FILE, RESNET_GRAPH_FILE, RESNET_PARAMS_FILE, BITSTREAM_FILE]:
3030
if not os.path.isfile(file):
31-
print "Downloading {}".format(file)
31+
print ("Downloading {}".format(file))
3232
wget.download(url+file)
3333

3434
# Program the FPGA remotely

0 commit comments

Comments
 (0)