fastmachinelearning / hls4ml-tutorial

Tutorial notebooks for hls4ml
http://fastmachinelearning.org/hls4ml-tutorial/
285 stars 123 forks source link

Updates after FPL2020 #3

Closed thesps closed 3 years ago

thesps commented 4 years ago

Two main updates after FPL2020:

I also made a few minor improvements:

I'm setting this to 'WIP' for now, because developing this exposed a bug in hls4ml, which is fixed by PR hls-fpga-machine-learning/hls4ml#219. So, when that is merged, the environment.yml here will need to update.

To test the PR notebooks on Binder: badge Binder

husnainmubarik commented 3 years ago

I've the following error - when I run the first tutorial (part1_getting_started) without making any changes

myproject/input1_V' has no fanin or fanout and is left dangling

And my hls accuracy is 0.20 where the keras-model accuracy is 0.75.

Any idea what could be the issue here?