Metadata-Version: 2.1
Name: resnet50_pynq
Version: 1.1
Summary: Quantized dataflow implementation of ResNet50 on Alveo
Home-page: https://github.com/Xilinx/ResNet50-PYNQ
Author: Lucian Petrica
License: BSD 3-Clause
Download-URL: https://github.com/Xilinx/ResNet50-PYNQ
Description: Install the `resnet50-pynq` package using `pip`:
           ```bash
           pip install resnet50-pynq
           ```
        
        After the package is installed, to get your own copy of the available notebooks 
        run:
           ```bash
           pynq get-notebooks ResNet50
           ```
        
        You can then try things out by doing:
           ```bash
           cd pynq-notebooks
           jupyter notebook
           ```
        
        There are a number of additional options for the `pynq get-notebooks` command,
        you can list them by typing 
           ```bash
           pynq get-notebooks --help
           ```
        
        You can also refer to the official 
        [PYNQ documentation](https://pynq.readthedocs.io/) for more information 
        regarding the *PYNQ Command Line Interface* and in particular the 
        `get-notebooks` command.
        
        ### Supported Boards/Shells
        
        Currently, we distribute the overlay only for the following Alveo boards and 
        shells:
        
        Shell                    | Board             
        -------------------------|-----------------
        xilinx_u250_xdma_201830_2|Xilinx Alveo U250
        
        Designs are built using *Vitis 2019.2*.
        
        
Platform: UNKNOWN
Requires-Python: >=3.5.2
Description-Content-Type: text/markdown
