Coder Social home page Coder Social logo

hls4ml-tutorial's Introduction

hls4ml-tutorial

Tutorial notebooks for hls4ml

There are several ways to run the tutorial notebooks:

Online

hls4ml badge Binder

Conda

The Python environment used for the tutorials is specified in the environment.yml file. It can be setup like:

conda env create -f environment.yml
conda activate hls4ml-tutorial

Docker

Follow these steps to build a Docker image that can be used locally, or on a JupyterHub instance, e.g. as the single user image. The Dockerfile was modified from one created using repo2docker. You can build the image straight from the Github: docker build --build-arg NB_USER=jovyan --build-arg NB_UID=1000 https://github.com/hls-fpga-machine-learning/hls4ml-tutorial.git -f docker/Dockerfile Alternatively, you can clone the repository and build locally (you might want to do this to add Vivado installation, for example):

git clone https://github.com/hls-fpga-machine-learning/hls4ml-tutorial.git
cd hls4ml-tutorial
# modify something
docker build --build-arg NB_USER=jovyan --build-arg NB_UID=1000 . -f docker/Dockerfile

Then to start the container: docker run -p 8888:8888 <IMAGE ID> When the container starts, the Jupyter notebook server is started, and the link to open it in your browser is printed.

Companion material

We have prepared a set of slides with some introduction and more details on each of the exercises. Please find them here.

hls4ml-tutorial's People

Contributors

thesps avatar jmduarte avatar msneubauer avatar jmitrevs avatar nhanvtran avatar thaarres avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.