Skip to content

Commit c9ddbdb

Browse files
committed
update
1 parent 1fed143 commit c9ddbdb

File tree

1 file changed

+13
-26
lines changed

1 file changed

+13
-26
lines changed

docs/setup.rst

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,19 @@ This chapter is dedicated to setting up the tool. We discuss software dependenc
77
Dependencies
88
============
99

10-
**numpy, h5py**\ : required for the translation of keras model files
11-
12-
http://www.numpy.org
13-
14-
http://www.h5py.org
15-
16-
17-
**pyyaml**\ : for configuration file parsing
18-
19-
https://pypi.python.org/pypi/PyYAML
20-
21-
**QKeras**\ : for working with quantized models
22-
23-
https://github.com/google/qkeras
24-
25-
**PyTorch**\ : for reading in Torch models
26-
27-
https://pytorch.org/
28-
29-
30-
**onnx**\ : note that you need an install of protobuf and numpy to build onnx. Detailed instructions are included in the link.
31-
32-
https://github.com/onnx/onnx
33-
34-
35-
**Xilinx Vivado license**\ : a license is required for the synthesis of generated RTL IP
10+
* NumPy: required for array-based computations
11+
* https://numpy.org
12+
* H5Py: required for the translation of Keras model files
13+
* https://www.h5py.org
14+
* PyYAML: required for configuration file parsing
15+
* https://pypi.python.org/pypi/PyYAML
16+
* QKeras: required for working with quantized models
17+
* https://github.com/google/qkeras
18+
* PyTorch: required for reading in PyTorch models
19+
* https://pytorch.org
20+
* ONNX: required for reading in ONNX models. Note that you need an install of Protobuf and NumPy to build ONNX. Detailed instructions are included in the link.
21+
* https://github.com/onnx/onnx
22+
* Xilinx Vivado license or Intel Quartus license: a license is required for the synthesis of generated RTL IP
3623

3724

3825
Quick Start

0 commit comments

Comments
 (0)