Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
75ea6e45
Commit
75ea6e45
authored
Apr 08, 2018
by
Grigori Fursin
Committed by
Tianqi Chen
Jul 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing URL; adding () to print (#17)
parent
96488c11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
vta/examples/resnet18/pynq/README.md
+2
-2
vta/examples/resnet18/pynq/imagenet_predict.py
+1
-1
No files found.
vta/examples/resnet18/pynq/README.md
View file @
75ea6e45
...
...
@@ -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/
uw
saml/vta/tree/master/apps/pynq_rpc/README.md
)
## Running the example
...
...
vta/examples/resnet18/pynq/imagenet_predict.py
View file @
75ea6e45
...
...
@@ -28,7 +28,7 @@ RESNET_PARAMS_FILE = 'quantize_params.pkl'
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment