From dca87fe0c32c86f7a92449e431be63ce17be1063 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Sun, 8 Apr 2018 02:26:31 +0200 Subject: [PATCH] fixing URL; adding () to print (#17) --- vta/examples/resnet18/pynq/README.md | 4 ++-- vta/examples/resnet18/pynq/imagenet_predict.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vta/examples/resnet18/pynq/README.md b/vta/examples/resnet18/pynq/README.md index 5d35fcbdda17..51a2bc4bed3e 100644 --- a/vta/examples/resnet18/pynq/README.md +++ b/vta/examples/resnet18/pynq/README.md @@ -77,8 +77,8 @@ export PYTHONPATH=/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 diff --git a/vta/examples/resnet18/pynq/imagenet_predict.py b/vta/examples/resnet18/pynq/imagenet_predict.py index 8221281bda15..4ea95125333e 100644 --- a/vta/examples/resnet18/pynq/imagenet_predict.py +++ b/vta/examples/resnet18/pynq/imagenet_predict.py @@ -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